chore: Refactor the notification service for participants (#6461)

This commit is contained in:
Pranav Raj S
2023-02-15 14:14:56 -08:00
committed by GitHub
parent d6baa5db85
commit 949ddf68ba
8 changed files with 215 additions and 45 deletions

View File

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