mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 10:13:12 +02:00
relay/api: add field "tmie_displayed" in GET /api/buffers
This commit is contained in:
@@ -390,6 +390,7 @@ relay_api_msg_buffer_to_json (struct t_gui_buffer *buffer,
|
||||
MSG_ADD_HDATA_VAR(Bool, "nicklist", integer, "nicklist");
|
||||
MSG_ADD_HDATA_VAR(Bool, "nicklist_case_sensitive", integer, "nicklist_case_sensitive");
|
||||
MSG_ADD_HDATA_VAR(Bool, "nicklist_display_groups", integer, "nicklist_display_groups");
|
||||
MSG_ADD_HDATA_VAR(Bool, "time_displayed", integer, "time_for_each_line");
|
||||
|
||||
/* local_variables */
|
||||
json_local_vars = cJSON_CreateObject ();
|
||||
|
||||
Reference in New Issue
Block a user