mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Merge branch 'matrix-org:main' into main
This commit is contained in:
commit
e20c93cfac
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify that read-receipts should be batched by thread as well as room.
|
||||||
|
|
@ -208,7 +208,7 @@ event when the user expands that thread.
|
||||||
|
|
||||||
#### Server behaviour
|
#### Server behaviour
|
||||||
|
|
||||||
For efficiency, receipts SHOULD be batched into one event per room
|
For efficiency, receipts SHOULD be batched into one event per room and thread
|
||||||
before delivering them to clients.
|
before delivering them to clients.
|
||||||
|
|
||||||
Some receipts are sent across federation as EDUs with type `m.receipt`. The
|
Some receipts are sent across federation as EDUs with type `m.receipt`. The
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue