-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync (Push) notifications #13980
Comments
@nickvergessen can I send custom push notifications to me, so that I can test this? |
This works really nice:
@nickvergessen this is of course only a test and should then be done in a safer way, maybe we can use "app" for this? "delete_notification" as app. (https://github.com/nextcloud/notifications/blob/master/docs/push-v2.md) |
Only delete it if the id matches of course ;) |
Hi, next week I will implement this ... now I am too busy for remake of tab "Media" ... |
For receiving "hidden" push messages to delete the notifications on screen, we would need implementation by @nickvergessen. |
First marino needs to move iOS to PushKit, otherwise he can not hide/delete notifications, which would mean the delete notifications would also show up |
Ah, ok did not know about iOS internals, but on Android we receive a push and then can decide if we want to show a notification. But then this is step 2 :-) |
Soon !! (next week) @Ivansss ;) |
ping @rullzer to have a look into push server side |
Why? |
@nickvergessen cause you are busy in talk and we wanted to keep work off you. |
@marinofaggiana have you already switched to PushKit? |
Yes, it was done yesterday+today. However beta2 just went out, i guess we have to wait one more release? |
Great to hear :-) |
Re-opening as this is missing on desktop (sync without push) and iOS. |
|
Is this still not yet implemented on Desktop and iOS? If it is, please close this issue. Thanks! |
iOS is done. |
cc @nextcloud/desktop |
Done
When receiving a notification:
On Android/iOS:
On Desktop:
Missing:
iOS @nextcloud/ios:
Android @nextcloud/android:
On server @nickvergessen:
Desktop @nextcloud/desktop:
The text was updated successfully, but these errors were encountered: