Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Provide notification_count value even when the Notifications Rule has been set to Not Send Notifications #2597

Closed
javierquevedo opened this issue Oct 27, 2017 · 1 comment

Comments

@javierquevedo
Copy link

Riot as well as other clients uses the @property (nonatomic, readonly) NSUInteger notificationCount; to determine how many messages/events have occurred since the last time that the user opened a given room.

To mute a room one would normally remove all push notifications on that particular room. This works ok, but after a room has been muted, by removing push notifications in that room, the notification counter will always mark a 0.

A normal use case is that of a user wanting to mute a room, but still be able to see how many messages he/she hasn't read, however, the current mechanism do not make it possible.

Could we keep on sending the correct notification count on the room sync response, even when the Push Notifications have been disabled?

@clokep
Copy link
Member

clokep commented Aug 5, 2022

This sounds like a duplicate of #2632.

@clokep clokep closed this as completed Aug 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants