Skip to content

Commit

Permalink
Relay API spec: fix value of field "buffer_id" in event "buffer_opened"
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Mar 31, 2024
1 parent 36fed83 commit 9ae5288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specs/2023-005-relay-http-rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1057,10 +1057,11 @@ Example: new buffer: channel `#weechat` has been joined:
"message": "Event",
"event": {
"name": "buffer_opened",
"buffer_id": 1709932823649069
"buffer_id": -1
},
"body_type": "buffer",
"body": {
"id": 1709932823649069,
"name": "irc.libera.#test",
"short_name": "",
"number": 4,
Expand Down

0 comments on commit 9ae5288

Please sign in to comment.