mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
In 'send_push_notifications_legacy', when a user has no registered devices: * `uses_notification_bouncer()`=True: we log "Skipping..." and return. * `uses_notification_bouncer()`=False: we make some function calls, which effectively does nothing. It's better to have a common check (and log) early in the codepath. This commit makes that change.
69 KiB
69 KiB