notification_data: Fix a typo.

Signed-off-by: Prakhar Pratyush <prakhar@zulip.com>
This commit is contained in:
Prakhar Pratyush
2025-11-03 18:29:16 +05:30
committed by Tim Abbott
parent 7a640cf91b
commit 06501ab208

View File

@@ -204,7 +204,7 @@ class UserMessageNotificationsData:
# (or edited a message) triggering the event for which we need to
# determine notifiability.
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
depend on what type of notification (email/push) it is.
"""