mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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