mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 13:52:50 +08:00
FIX: deleted_by wasn't showing up on refresh
This commit is contained in:
parent
7fd8bb75d9
commit
4540a51a8f
|
@ -123,7 +123,7 @@ class PostSerializer < BasicPostSerializer
|
||||||
end
|
end
|
||||||
|
|
||||||
def include_deleted_by?
|
def include_deleted_by?
|
||||||
staff? && object.deleted_by.present?
|
scope.is_staff? && object.deleted_by.present?
|
||||||
end
|
end
|
||||||
|
|
||||||
# Summary of the actions taken on this post
|
# Summary of the actions taken on this post
|
||||||
|
|
Loading…
Reference in New Issue
Block a user