@ -39,7 +39,7 @@ which is the number of milliseconds for the event to be sticky. The presence of
with a valid value makes the event “sticky”[^stickyobj]. Valid values are the integer range 0-3600000 (1 hour).
with a valid value makes the event “sticky”[^stickyobj]. Valid values are the integer range 0-3600000 (1 hour).
For use cases that require stickiness beyond this limit, the application is responsible for sending another
For use cases that require stickiness beyond this limit, the application is responsible for sending another
event to make it happen. The `sticky` key is not protected from redaction. A redacted sticky event is the same
event to make it happen. The `sticky` key is not protected from redaction. A redacted sticky event is the same
as a normal event.
as a normal event. Note: this new top-level object is added to the [`ClientEvent` format](https://spec.matrix.org/v1.16/client-server-api/#room-event-format).
```json
```json
{
{
@ -57,15 +57,15 @@ as a normal event.
This key can be set by clients in the CS API by a new query parameter `sticky_duration_ms`, which is
This key can be set by clients in the CS API by a new query parameter `sticky_duration_ms`, which is