File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ Document that there can be multiple workers handling the ` receipts ` stream.
Original file line number Diff line number Diff line change @@ -532,8 +532,9 @@ the stream writer for the `account_data` stream:
532532
533533# #### The `receipts` stream
534534
535- The following endpoints should be routed directly to the worker configured as
536- the stream writer for the `receipts` stream :
535+ The `receipts` stream supports multiple writers. The following endpoints
536+ can be handled by any worker, but should be routed directly to one of the workers
537+ configured as stream writer for the `receipts` stream :
537538
538539 ^/_matrix/client/(r0|v3|unstable)/rooms/.*/receipt
539540 ^/_matrix/client/(r0|v3|unstable)/rooms/.*/read_markers
@@ -555,7 +556,7 @@ the stream writer for the `push_rules` stream:
555556# #### The `device_lists` stream
556557
557558The `device_lists` stream supports multiple writers. The following endpoints
558- can be handled by any worker, but should be routed directly one of the workers
559+ can be handled by any worker, but should be routed directly to one of the workers
559560configured as stream writer for the `device_lists` stream :
560561
561562 ^/_matrix/client/(r0|v3)/delete_devices$
You can’t perform that action at this time.
0 commit comments