-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Allow to delete notifications #1311
Comments
That's for 2.1. Currently notifications are not even stored anywhere. |
Can potentially be part of #1271. |
No need to store anything, just allow to send a simple DELETE request ;) |
Please let us do it independent from any other PR/work. |
I have tested the notification in the bus. The request delivery of the notification works in 2.0 RC2. Havent tested it all, but I think it doesn't notificate the Android system about notification, is it? Just want to say, great work ;) Sent from my HUAWEI MYA-L41 using FastHub |
Implementation is #3607 |
In the browser you can delete notifications on hover:
In the android app that option should also be available (maybe by swiping the entry to a side)
To create a notification:
occ notification:generate <username> <message>
The text was updated successfully, but these errors were encountered: