Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.48.0rc1 | Brendan Abolivier | 2021-11-25 | 1 | -1/+0 |
| | |||||
* | Prevent historical state from being pushed to an application service via ↵ | Eric Eastwood | 2021-11-18 | 1 | -0/+1 |
`/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 |