mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
Can recover deleted topics. Deleted topics show the first post as deleted in the UI.
This commit is contained in:
@ -282,6 +282,10 @@ class Guardian
|
||||
is_staff?
|
||||
end
|
||||
|
||||
def can_recover_topic?(topic)
|
||||
is_staff?
|
||||
end
|
||||
|
||||
def can_delete_category?(category)
|
||||
is_staff? && category.topic_count == 0
|
||||
end
|
||||
|
Reference in New Issue
Block a user