-
- Downloads
Ensure `(room_id, next_batch_id)` is unique to avoid cross-talk/conflicts...
Ensure `(room_id, next_batch_id)` is unique to avoid cross-talk/conflicts between batches (MSC2716) (#10877) Part of [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) Part of https://github.com/matrix-org/synapse/issues/10737
Showing
- changelog.d/10877.feature 1 addition, 0 deletionschangelog.d/10877.feature
- synapse/handlers/message.py 34 additions, 0 deletionssynapse/handlers/message.py
- synapse/rest/client/room_batch.py 4 additions, 2 deletionssynapse/rest/client/room_batch.py
- synapse/storage/databases/main/room_batch.py 4 additions, 2 deletionssynapse/storage/databases/main/room_batch.py
Loading
Please register or sign in to comment