Prevent historical state from being pushed to an application service via...
Prevent historical state from being pushed to an application service via `/transactions` (MSC2716) (#11265) Mark historical state from the MSC2716 `/batch_send` endpoint as `historical` which makes it `backfilled` and have a negative `stream_ordering` so it doesn't get queried by `/transactions`. Fix https://github.com/matrix-org/synapse/issues/11241 Complement tests: https://github.com/matrix-org/complement/pull/221
Showing
- changelog.d/11265.bugfix 1 addition, 0 deletionschangelog.d/11265.bugfix
- synapse/appservice/api.py 21 additions, 2 deletionssynapse/appservice/api.py
- synapse/handlers/room_batch.py 2 additions, 0 deletionssynapse/handlers/room_batch.py
- synapse/handlers/room_member.py 15 additions, 0 deletionssynapse/handlers/room_member.py
Loading
Please register or sign in to comment