-
Notifications
You must be signed in to change notification settings - Fork 271
Implement notifications for all messages #540
Conversation
93eb21a
to
1c6945d
Compare
Hi @nickel715, thanks a lot for your contribution! This seems like a fine PR, I'll take ownership but I'll have to try it out before giving my 👍. @erming, @JocelynDelalande, @floogulinc, what do we think about this feature overall? To me it doesn't seem like overhead on either the code or the UI, and people might want this anyway. In the future, I'd like to see all of this dealt by the plugin system (hint hint, help needed on the plugin system!). How we handle with this in details is however TBD. |
I think if we add this option, it should be able to be toggled on a per channel basis. There are some channels (more private ones) that I would like to be notified for any message, but others, large channels with constant conversation, it would just be spam. |
@@ -347,6 +347,7 @@ $(function() { | |||
part: true, | |||
thumbnails: true, | |||
quit: true, | |||
notifyMessage: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would reword as "notifyAllMessages"
Thanks for contrib @nickel715 Read and tested, appart the naming issue I commented in the diff, it's ok for me (dare to fix your PR @nickel715 ?) Unlike @floogulinc I think this can go as-is into shout. Per-chan toggle could go to another PR if someone wants to code it ; what you suggest is clearly a valid feature @floogulinc . |
@JocelynDelalande as long as it's an option, and off by default, I'm totally fine adding it as-is. 👍 |
Unreleased | ||
========== | ||
|
||
* Implement option to get notifications also for messages not just for mentions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't really think we do this. We add the full changelog upon release of a new version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, should i revert the addition in changelog.md?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nickel715 if you're already making a commit for something else, then you could. It's not a big concern.
@JocelynDelalande thanks for review. |
bump? Would love this |
@MaxLeiter thanks for the reminder, now alle comments are fixed :) |
@nickel715 awesome, thanks :) 👍 @astorije @floogulinc ok for you ? |
@nickel715 could you just squash your commits into one please ? |
Hi @nickel715, thanks again for this!
Once you have done that, comment on this thread so that I get notified, and I'll merge this! It will then ship with the next release, hopefully as soon as possible. |
Implement option to get notifications also for message not just for mentions Resolves: erming#446
030c394
to
3fe78e8
Compare
@astorije done. sorry for the delay |
Awesome, thanks again! |
Implement notifications for all messages
Implement option to get notifications also for message not just for mentions