mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FEATURE: flag resolution in admin screen
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user