Replies: 2 comments
|
Sounds good with the notification :) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Push service on mobile devices (like FCM) have normal vs high priority pushes:
It's probably a good idea to allow servers to specify high-priority pushes for changes in events in the near future (maybe 15 minutes)?
On DAVx5 side, we may consider showing a (low-priority) "pending changes" notification when a sync has been enqueued by a push message, but not been run yet. Users could then tap the notification to open DAVx5 and run the sync. When the sync has run (either automatically or initiated by the user), the notification would disappear again.
All reactions