Skip to content

Commit

Permalink
Relay API spec: all nicks are sent with event "buffer_opened"
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed May 4, 2024
1 parent 397c7c6 commit c642812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/2023-005-relay-http-rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1294,8 +1294,8 @@ The JSON sent has `code` set to `0`, `message` set to `Event` and an extra objec
The following events are sent to the client, according to synchronization options:

Event | Buffer id | Body type | Body
------------------------- | --------- | ------------- | ---------------------
`buffer_opened` | buffer id | `buffer` | buffer with all lines
------------------------- | --------- | ------------- | -------------------------------
`buffer_opened` | buffer id | `buffer` | buffer with all lines and nicks
`buffer_type_changed` | buffer id | `buffer` | buffer
`buffer_moved` | buffer id | `buffer` | buffer
`buffer_merged` | buffer id | `buffer` | buffer
Expand Down

0 comments on commit c642812

Please sign in to comment.