FEATURE: Show the current reply count of the flagged post

This commit is contained in:
Gerhard Schlager
2018-04-04 18:16:44 +02:00
parent f2d00e5eff
commit 35efdb39b3
4 changed files with 11 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ module FlagQuery
p.user_id,
p.topic_id,
p.post_number,
p.reply_count,
p.hidden,
p.deleted_at,
p.user_deleted,