mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 20:18:23 -05:00
FEATURE: reply as new message to the same recipients
This commit is contained in:
committed by
Guo Xiang Tan
parent
c01cee4aa6
commit
c76f6856ea
@@ -69,7 +69,7 @@ module TopicGuardian
|
||||
end
|
||||
|
||||
def can_reply_as_new_topic?(topic)
|
||||
authenticated? && topic && !topic.private_message? && @user.has_trust_level?(TrustLevel[1])
|
||||
authenticated? && topic && @user.has_trust_level?(TrustLevel[1])
|
||||
end
|
||||
|
||||
def can_see_deleted_topics?
|
||||
|
||||
Reference in New Issue
Block a user