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

Develop a notification API #4

Open
Kaffeine opened this issue Dec 12, 2016 · 2 comments
Open

Develop a notification API #4

Kaffeine opened this issue Dec 12, 2016 · 2 comments

Comments

@Kaffeine
Copy link
Member

We need a message lossless way to mute a channel

@detrout
Copy link
Member

detrout commented Dec 12, 2016

Oh, this is so the separate notification listener stops bugging the user in addition to the text client?

Don't we also want a way of selectively disabling logging while allowing notifications and text ui? (useful for encrypted messages),

@Kaffeine
Copy link
Member Author

Well, there is a solution that partially solves the issue: add "silent" message header key.
Connection Manager can set this key for messages based on notification settings. E.g. CM can mark all messages as 'silent' expect the ones with the local user mentioned.
Take a note that Telegram has a "silent" message flag too.

We still need some API to customize notification settings, but the flag will help in a lot of cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants