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:
parent
bd13fedba5
commit
c23a4fcbee
4 changed files with 36 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue