mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: staged user doesn't get notified for replies in topics they created in secured categories
This commit is contained in:
parent
0097dc55b5
commit
415efd0f5b
3 changed files with 56 additions and 1 deletions
|
@ -22,6 +22,7 @@ class Guardian
|
|||
def staff?; false; end
|
||||
def moderator?; false; end
|
||||
def approved?; false; end
|
||||
def staged?; false; end
|
||||
def secure_category_ids; []; end
|
||||
def topic_create_allowed_category_ids; []; end
|
||||
def has_trust_level?(level); false; end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue