Differentiate remove device error from push proxy (#27998)

* Differentiate remove device error from push proxy

* Fix variable name
Этот коммит содержится в:
Daniel Espino García
2024-08-23 17:43:47 +02:00
коммит произвёл GitHub
родитель 62adae14d1
Коммит e121bebba5
3 изменённых файлов: 16 добавлений и 5 удалений

Просмотреть файл

@@ -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"