2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

FEATURE: flag resolution in admin screen

This commit is contained in:
Sam 2014-06-24 13:20:57 +10:00
parent bd13fedba5
commit c23a4fcbee
4 changed files with 36 additions and 1 deletions

View file

@ -57,6 +57,7 @@ module FlagQuery
end
post.post_actions << action
users << pa.user_id
users << pa.deleted_by_id if pa.deleted_by_id
end
# TODO add serializer so we can skip this