Skip to content

Commit 49b200d

Browse files
committed
Add "delay_id in unsigned sync field" section
1 parent 673c2f3 commit 49b200d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

proposals/4140-delayed-events-futures.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,10 @@ This can be used by clients to display events that have been scheduled to be sen
290290
For use cases where the existence of a delayed event is also of interest for other room members
291291
(e.g. self-destructing messages), it is recommended to include this information in the original/affected event itself.
292292

293+
#### `delay_id` in `unsigned` sync field
294+
The `delay_id` also is part of the `unsigned` object of the finalized `event`.
295+
The homeserver MUST only include the `delay_id` unsigned key in the `/sync` response to the event `sender`.
296+
293297
### Homeserver implementation details
294298

295299
#### Power levels are evaluated at the point of sending

0 commit comments

Comments
 (0)