Files
zulip/zerver/lib
Prakhar Pratyush 421637ce31 push_notifications: Skip enqueuing notif for users without push devices.
Previously, we enqueued events to "missedmessage_mobile_notifications"
even for users who had no registered push devices.
'handle_push_notification' later used to perform the check & skip
if there were no registered devices.

This commit avoids putting such events into the
"missedmessage_mobile_notifications" queue at all. By doing so,
we reduce unnecessary churn.
2025-09-17 12:32:49 -07:00
..
2025-08-08 17:29:11 -07:00
2025-08-08 17:29:11 -07:00
2025-09-04 09:37:34 -07:00
2025-02-24 22:29:24 -08:00
2025-09-08 14:30:59 -07:00