FEATURE: reply as new message to the same recipients

This commit is contained in:
Leo McArdle
2017-01-27 12:24:31 +08:00
committed by Guo Xiang Tan
parent c01cee4aa6
commit c76f6856ea
10 changed files with 99 additions and 10 deletions
+1 -1
View File
@@ -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?