mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Show replies to the post, not the topic
This makes more sense when reviewing. How many people replied to this objectionable thing?
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
class ReviewableFlaggedPostSerializer < ReviewableSerializer
|
||||
target_attributes :cooked, :raw
|
||||
target_attributes :cooked, :raw, :reply_count
|
||||
end
|
||||
|
Reference in New Issue
Block a user