mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
zerver: Add endpoint to register a push device to server.
This commit adds an endpoint to register a push device to receive E2EE push notifications.
This commit is contained in:
committed by
Tim Abbott
parent
c846302417
commit
5f8edf669d
@@ -44,6 +44,7 @@ from zerver.lib.event_types import (
|
||||
EventNavigationViewUpdate,
|
||||
EventOnboardingSteps,
|
||||
EventPresence,
|
||||
EventPushDevice,
|
||||
EventReactionAdd,
|
||||
EventReactionRemove,
|
||||
EventRealmBilling,
|
||||
@@ -186,6 +187,7 @@ check_navigation_view_add = make_checker(EventNavigationViewAdd)
|
||||
check_navigation_view_remove = make_checker(EventNavigationViewRemove)
|
||||
check_navigation_view_update = make_checker(EventNavigationViewUpdate)
|
||||
check_onboarding_steps = make_checker(EventOnboardingSteps)
|
||||
check_push_device = make_checker(EventPushDevice)
|
||||
check_reaction_add = make_checker(EventReactionAdd)
|
||||
check_reaction_remove = make_checker(EventReactionRemove)
|
||||
check_realm_billing = make_checker(EventRealmBilling)
|
||||
|
||||
Reference in New Issue
Block a user