1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

relay: add missing field "notify_level" in message "_buffer_line_added" (issue #1529)

This commit is contained in:
Sébastien Helleu
2020-06-26 08:03:15 +02:00
parent b0ecbdbf1d
commit acfb5a7638
5 changed files with 23 additions and 11 deletions
@@ -1140,8 +1140,9 @@ relay_weechat_protocol_signal_buffer_cb (const void *pointer, void *data,
(unsigned long)ptr_line_data);
relay_weechat_msg_add_hdata (msg, cmd_hdata,
"buffer,date,date_printed,"
"displayed,highlight,tags_array,"
"prefix,message");
"displayed,notify_level,"
"highlight,tags_array,prefix,"
"message");
relay_weechat_msg_send (ptr_client, msg);
relay_weechat_msg_free (msg);
}