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
Desktops may have a background task running for fetching notifications. These are not connected to expo's notification system. This means that Desktops connecting to the notification server need to be able to create "notification tokens" that are specific to the notification server. Currently the notification-server is strongly tied to ExpoTokens.
We seem to be needing two features for this:
There should be a new function in the server where a Desktop can create a "token-lease" that can be used for to address the desktop.
There should be a new function that allows the Desktop to retreive notification that havn't arrived while online.
The text was updated successfully, but these errors were encountered:
Desktops may have a background task running for fetching notifications. These are not connected to expo's notification system. This means that Desktops connecting to the notification server need to be able to create "notification tokens" that are specific to the notification server. Currently the notification-server is strongly tied to ExpoTokens.
We seem to be needing two features for this:
The text was updated successfully, but these errors were encountered: