Skip to content

Commit

Permalink
Batch receipts by thread as well as room (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Dec 5, 2023
1 parent 59f8d63 commit 3b2146c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1685.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clarify that read-receipts should be batched by thread as well as room.
2 changes: 1 addition & 1 deletion content/client-server-api/modules/receipts.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ event when the user expands that thread.

#### 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.

Some receipts are sent across federation as EDUs with type `m.receipt`. The
Expand Down

0 comments on commit 3b2146c

Please sign in to comment.