mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:48:30 +00:00
notification_data: Fix a typo.
Signed-off-by: Prakhar Pratyush <prakhar@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
7a640cf91b
commit
06501ab208
@@ -204,7 +204,7 @@ class UserMessageNotificationsData:
|
|||||||
# (or edited a message) triggering the event for which we need to
|
# (or edited a message) triggering the event for which we need to
|
||||||
# determine notifiability.
|
# determine notifiability.
|
||||||
def trivially_should_not_notify(self, acting_user_id: int) -> bool:
|
def trivially_should_not_notify(self, acting_user_id: int) -> bool:
|
||||||
"""Common check for reasons not to trigger a notification that arex
|
"""Common check for reasons not to trigger a notification that are
|
||||||
independent of users' notification settings and thus don't
|
independent of users' notification settings and thus don't
|
||||||
depend on what type of notification (email/push) it is.
|
depend on what type of notification (email/push) it is.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user