Fix: Consider bot message on slack integration (#6793)

This commit is contained in:
Tejaswini Chile
2023-03-31 18:56:51 +05:30
committed by GitHub
parent bd5ff7a8bf
commit 21da03fe5b
7 changed files with 48 additions and 3 deletions

View File

@@ -9,6 +9,10 @@ module MessageFilterHelpers
incoming? || outgoing?
end
def slack_hook_sendable?
incoming? || outgoing? || template?
end
def notifiable?
incoming? || outgoing?
end