Open CleoMenezesJr opened 1 year ago
Looks like you're doing something in this context. Don't you?
Thanks for the suggestion!
It sounds good and could be implemented from our side but it can't be done through the api (and therefore won't be synced among clients).
Here's how notifications work:
Looks like you're doing something in this context. Don't you?
This is from Tootle and it's about desktop notification buttons (clicking it would do the same as above + withdraw the desktop notification)
This can be done via notifications timeline marker: https://docs.joinmastodon.org/methods/markers
The markers only show the end, not individual notifications. What this request is about is when clicking on a notification, it should become dimmed, not everything up to this notification, just the one you clicked.
For example in the screenshot in the issue body, the first 2 newest notifications are marked as read/dimmed but the 2 older ones haven't.
Describe the request
Here some example on how it looks like:
This will help the user to know which notifications have not yet been seen. I don't know the Fediverse API and I don't know if there is any parameter that says if the notification was seen or not. If not, ignore this request.
Implementation Details