You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added PUT call to set the same option value to all preferences (i.e. disable all notifications, enable all to all devices, enable all but only by email, ...).
Added option in order to restrict unicast notifications send per day from the same theme.
Added delay time to all workers if the notification requires it.
Added new route that retrives the smartphones that user has registered.
Added a redirect restriction on push notifications messages.
Added 'time_to_live' to send params. By default, messages have a TTL of one day. This is done in order to avoid send messages when workers fail and they are reactivated late (for example). It is better no notification than a late notification.