We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
delay_id
unsigned
1 parent 673c2f3 commit 49b200dCopy full SHA for 49b200d
1 file changed
proposals/4140-delayed-events-futures.md
@@ -290,6 +290,10 @@ This can be used by clients to display events that have been scheduled to be sen
290
For use cases where the existence of a delayed event is also of interest for other room members
291
(e.g. self-destructing messages), it is recommended to include this information in the original/affected event itself.
292
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
+
297
### Homeserver implementation details
298
299
#### Power levels are evaluated at the point of sending
0 commit comments