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

Provide a way to disable notifications for privmsgs by default #372

Open
osa1 opened this issue Dec 16, 2021 · 0 comments
Open

Provide a way to disable notifications for privmsgs by default #372

osa1 opened this issue Dec 16, 2021 · 0 comments

Comments

@osa1
Copy link
Owner

osa1 commented Dec 16, 2021

Currently we have no way of disabling privmsg notifications by default. Even if I do /notify off in a server tab, a privmsg tab created in that server will still have notifications on:

self.new_tab(
tab_idx + 1,
MsgSource::User {
serv: serv.to_owned(),
nick: nick.to_owned(),
},
true,
Notifier::Messages,
None,
);
(Notifier::Messages part)

It might be useful to have some way of setting the default notification behavior for privmsgs.

I'm not sure how to best implement this, so marking this is "question". We could make the privmsg tabs inherit notifier of the server (like chan tabs). Is this a good idea?

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

No branches or pull requests

1 participant