mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
relay/api: add field "hidden" in GET /api/buffers (issue #2159)
This commit is contained in:
@@ -489,6 +489,7 @@ HTTP/1.1 200 OK
|
||||
"short_name": "weechat",
|
||||
"number": 1,
|
||||
"type": "formatted",
|
||||
"hidden": false,
|
||||
"title": "WeeChat 4.2.0-dev (C) 2003-2023 - https://weechat.org/",
|
||||
"modes": "",
|
||||
"input_prompt": "",
|
||||
@@ -510,6 +511,7 @@ HTTP/1.1 200 OK
|
||||
"short_name": "libera",
|
||||
"number": 2,
|
||||
"type": "formatted",
|
||||
"hidden": false,
|
||||
"title": "IRC: irc.libera.chat/6697 (2001:4b7a:a008::6667)",
|
||||
"modes": "",
|
||||
"input_prompt": "",
|
||||
@@ -538,6 +540,7 @@ HTTP/1.1 200 OK
|
||||
"short_name": "#weechat",
|
||||
"number": 3,
|
||||
"type": "formatted",
|
||||
"hidden": false,
|
||||
"title": "Welcome to the WeeChat official support channel",
|
||||
"modes": "+nt",
|
||||
"input_prompt": "\u001b[92m@\u001b[96malice\u001b[48;5;22m(\u001b[39mi\u001b[48;5;22m)",
|
||||
@@ -583,6 +586,7 @@ HTTP/1.1 200 OK
|
||||
"short_name": "weechat",
|
||||
"number": 1,
|
||||
"type": "formatted",
|
||||
"hidden": false,
|
||||
"title": "WeeChat 4.2.0-dev (C) 2003-2023 - https://weechat.org/",
|
||||
"modes": "",
|
||||
"input_prompt": "",
|
||||
@@ -636,6 +640,7 @@ HTTP/1.1 200 OK
|
||||
"short_name": "#weechat",
|
||||
"number": 3,
|
||||
"type": "formatted",
|
||||
"hidden": false,
|
||||
"title": "Welcome to the WeeChat official support channel",
|
||||
"modes": "+nt",
|
||||
"input_prompt": "\u001b[92m@\u001b[96malice\u001b[48;5;22m(\u001b[39mi\u001b[48;5;22m)",
|
||||
@@ -743,6 +748,7 @@ HTTP/1.1 200 OK
|
||||
"short_name": "",
|
||||
"number": 4,
|
||||
"type": "free",
|
||||
"hidden": false,
|
||||
"title": "\u001b[96m1/\u001b[36m3565 | Filter: \u001b[93m* | Sort: \u001b[97m~name | Key(input): alt+space=toggle boolean, alt+'-'(-)=subtract 1 or set, alt+'+'(+)=add 1 or append, alt+f,alt+r(r)=reset, alt+f,alt+u(u)=unset, alt+enter(s)=set, alt+f,alt+n(n)=set new value, alt+f,alt+a(a)=append, alt+','=mark/unmark, shift+down=mark and move down, shift+up=move up and mark, ($)=refresh, ($$)=unmark/refresh, (m)=mark matching options, (u)=unmark matching options, alt+p(p)=toggle plugins desc, alt+v(v)=toggle help bar, ctrl+x(x)=switch format, (q)=close buffer",
|
||||
"modes": "",
|
||||
"input_prompt": "",
|
||||
@@ -1533,6 +1539,7 @@ Example: new buffer: channel `#weechat` has been joined:
|
||||
"short_name": "",
|
||||
"number": 4,
|
||||
"type": "formatted",
|
||||
"hidden": false,
|
||||
"title": "",
|
||||
"modes": "+nt",
|
||||
"input_prompt": "\u001b[92m@\u001b[96malice\u001b[48;5;22m(\u001b[39mi\u001b[48;5;22m)",
|
||||
|
||||
Reference in New Issue
Block a user