Differentiate remove device error from push proxy (#27998)
* Differentiate remove device error from push proxy * Fix variable name
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
62adae14d1
Коммит
e121bebba5
@@ -24,6 +24,7 @@ const (
|
||||
NotificationReasonParseError NotificationReason = "json_parse_error"
|
||||
NotificationReasonPushProxyError NotificationReason = "push_proxy_error"
|
||||
NotificationReasonPushProxySendError NotificationReason = "push_proxy_send_error"
|
||||
NotificationReasonPushProxyRemoveDevice NotificationReason = "push_proxy_remove_device"
|
||||
NotificationReasonRejectedByPlugin NotificationReason = "rejected_by_plugin"
|
||||
NotificationReasonSessionExpired NotificationReason = "session_expired"
|
||||
NotificationReasonChannelMuted NotificationReason = "channel_muted"
|
||||
|
||||
Ссылка в новой задаче
Block a user