mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
relay/api: add fields "displayed" and "notify_level" in lines returned (issue #2066)
This commit is contained in:
@@ -455,7 +455,9 @@ relay_api_msg_line_data_to_json (struct t_gui_line_data *line_data,
|
||||
MSG_ADD_HDATA_VAR(Number, "y", integer, "y");
|
||||
MSG_ADD_HDATA_TIME_USEC("date", "date", "date_usec");
|
||||
MSG_ADD_HDATA_TIME_USEC("date_printed", "date_printed", "date_usec_printed");
|
||||
MSG_ADD_HDATA_VAR(Bool, "displayed", char, "displayed");
|
||||
MSG_ADD_HDATA_VAR(Bool, "highlight", char, "highlight");
|
||||
MSG_ADD_HDATA_VAR(Number, "notify_level", char, "notify_level");
|
||||
MSG_ADD_HDATA_STR_COLORS("prefix", "prefix");
|
||||
MSG_ADD_HDATA_STR_COLORS("message", "message");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user