Removed unused captions code.

This commit is contained in:
Storm Dragon
2026-07-09 11:15:35 -04:00
parent 9a9742e066
commit 704b1a9558
12 changed files with 28 additions and 99 deletions
+2 -4
View File
@@ -306,7 +306,7 @@ A chat message may be sent using a `chat` message.
```javascript
{
type: 'chat',
kind: null or 'me' or 'caption',
kind: null or 'me',
source: source-id,
username: username,
dest: dest-id,
@@ -320,9 +320,7 @@ A chat message may be sent using a `chat` message.
The field `kind` can have one of the following values:
- `null` or the empty string, a normal chat message;
- `'me'`, an IRC-style first-person message;
- `'caption'`, a caption or subtitle (this requires the sender to have
the `caption` permission).
- `'me'`, an IRC-style first-person message.
If `dest` is empty, the message is a broadcast message, destined to all of
the clients in the hall. If `source` is empty, then the message was