You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
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:tiny/crates/libtiny_tui/src/tui.rs
Lines 497 to 506 in 2c723f6
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?
The text was updated successfully, but these errors were encountered: