mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
Refactoring, no functional change. This commit refactors `send_e2ee_push_notification_apple` and `send_e2ee_push_notification_android` to return a `SentPushNotificationResult` dataclass. It's a cleaner protocol than passing a mutable data structure `delete_device_ids` as argument and updating it within functions. Fixes part of #35368. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| push_notifications.py | ||
| remote_counts.py | ||