Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch receipts by thread as well as room #1685

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading