Skip to content
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

Push notification improvements #294

Open
bwindels opened this issue Mar 25, 2021 · 0 comments
Open

Push notification improvements #294

bwindels opened this issue Mar 25, 2021 · 0 comments
Labels
feature New feature or request

Comments

@bwindels
Copy link
Contributor

bwindels commented Mar 25, 2021

Given we can only show 1 notification at a time, we should provide a summary of all rooms we have received notifications from so far. So we get this:

1 message in a single room (implemented)

Alice
Hello

2 messages in a single room (implemented)

Alice
New messages

Multiple messages in up to 5 rooms (not implemented)

New messages
2 in Public Room
1 in Alice

Multiple messages in more than 5 (or less?) rooms (not implemented)

New messages
5 in Public Room
2 in Alice
1 in Bob
1 in Charly
1 in Hydrogen
and 3 more rooms

We can use the notification data to store the information from the push message to aggregate the appearance of several messages into one notification.

@bwindels bwindels added the feature New feature or request label Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant