Привет! Как уже сказал выше @Canapin , в Discourse нет вложенных ответов.
Не совсем то же самое, но когда у сообщений есть ответы, вы можете увидеть стрелку с кнопкой, на которой указано количество ответов. При нажатии на неё будут показаны ответы (что-то вроде древовидной структуры):
С помощью этого плагина можно реализовать нечто подобное:
Summary
Turn a Discourse topic into a one-to-many journal where one user can post entries that other users comment on
Repository Link
https://github.com/paviliondev/discourse-journal
Install Guide
How to install plugins in Discourse
Watch this video for an introduction to the plugin:
How to get started
First, enable journaling for a category in the category settings. Click “Settings” on the left, scroll down to the bottom,…
А также, возможно:
Summary
Discourse Post Voting allows the creation of topics with votable posts.
Install Guide
This plugin is bundled with Discourse core. There is no need to install the plugin separately.
Features
To create a new topic with votable posts open the menu in the top left of the composer and select ‘Toggle Post Voting’:
[post voting toggle]
With the topic in Post Voting mode, there’s a filter to sort answers by votes or by activity. Here’s an example …