Batch receipts by thread as well as room (#1685)

This commit is contained in:
Andy Balaam 2023-12-05 16:28:05 +00:00 committed by GitHub
parent 59f8d632a3
commit 3b2146c875
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Clarify that read-receipts should be batched by thread as well as room.

View file

@ -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