mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 07:46:38 +02:00
Consider private message as highlight when comparing message level to buffer notify value
This commit is contained in:
@@ -135,8 +135,8 @@ gui_hotlist_check_buffer_notify (struct t_gui_buffer *buffer, int priority)
|
||||
case GUI_HOTLIST_LOW:
|
||||
return (buffer->notify >= 3);
|
||||
case GUI_HOTLIST_MESSAGE:
|
||||
case GUI_HOTLIST_PRIVATE:
|
||||
return (buffer->notify >= 2);
|
||||
case GUI_HOTLIST_PRIVATE:
|
||||
case GUI_HOTLIST_HIGHLIGHT:
|
||||
return (buffer->notify >= 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user