discourse/app
Blake Erickson df2441ee37
Top level replies (#16087)
* DEV: Show only top level replies

Adds a new query param to the topic view so that we can filter out posts
that aren't top level replies. If a post is a reply to another post
instead of the original topic post we should not include it in the
response if the `filter_top_level_replies` query param is present.

* add rspec test
2022-03-02 13:25:36 -07:00
..
assets FIX: indirectly muted categories for topic-tracking-state (#16067) 2022-03-02 15:02:09 +11:00
controllers Top level replies (#16087) 2022-03-02 13:25:36 -07:00
helpers FIX: Update application_helper logic now that Ember CLI is default (#15935) 2022-02-14 13:48:18 +00:00
jobs DEV: Correctly tag heredocs (#16061) 2022-02-28 20:50:55 +01:00
mailers FEATURE: Allow sending group SMTP emails with from alias (#15687) 2022-02-07 13:52:01 +10:00
models FIX: indirectly muted categories for topic-tracking-state (#16067) 2022-03-02 15:02:09 +11:00
serializers DEV: Correctly tag heredocs (#16061) 2022-02-28 20:50:55 +01:00
services DEV: Correctly tag heredocs (#16061) 2022-02-28 20:50:55 +01:00
views PERF: Update ember-auto-import and webpack (#15919) 2022-02-14 11:21:39 +00:00