isamert / scli

a simple terminal user interface for signal messenger (using signal-cli)
GNU General Public License v3.0
432 stars 40 forks source link

Add option to disable notifications on receiving reactions #176

Closed exquo closed 2 years ago

exquo commented 2 years ago

Discussed in https://github.com/isamert/scli/discussions/174

Originally posted by **maximbaz** February 15, 2022 I happen to receive lots of reactions in different chats, and it got me thinking about different ways we notify about them and whether it's useful... First of all, in the bottom of `scli` we should information about a reaction, who did it and what was the reaction - I think it's useful, it's not distracting and it has some context 👍 Then we count notifications in parenthesis in front of every chat - this I would say is not really useful, if I see `(23) Some Chat` and I open it and see no new messages, I'm a bit confused (I can infer that those 23 must have been reactions, but where they are I don't really know, nor do I probably care to track each one of them down 🙂 ) Finally we also have desktop notifications, which could be quite noisy, as reactions don't really require some _answer_ from me. It could be just my personal habits, that's why I thought to start from a discussion, to see what are your experiences. Personally I'd not count reactions towards "unread counter" in front of every chat, nor would I send desktop notifications for them...