Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename MSC2716 things from `chunk` to `batch` to match `/batch_send` ↵ | Eric Eastwood | 2021-09-21 | 1 | -43/+43 |
| | | | | | | | | endpoint (#10838) See https://github.com/matrix-org/matrix-doc/pull/2716#discussion_r684574497 Dropping support for older MSC2716 room versions so we don't have to worry about supporting both chunk and batch events. | ||||
* | Rename `/batch_send` query parameter from `?prev_event` to more obvious ↵ | Eric Eastwood | 2021-09-21 | 1 | -7/+9 |
| | | | | | | | usage with `?prev_event_id` (MSC2716) (#10839) As mentioned in https://github.com/matrix-org/matrix-doc/pull/2716#discussion_r705872887 and https://github.com/matrix-org/synapse/issues/10737 | ||||
* | Verify `?chunk_id` actually corresponds to an insertion event that exists ↵ | Eric Eastwood | 2021-09-15 | 1 | -1/+12 |
| | | | | (MSC2716) (#10776) | ||||
* | Split out `/batch_send` meta events to their own fields (MSC2716) (#10777) | Eric Eastwood | 2021-09-15 | 1 | -11/+18 |
| | |||||
* | Additional type hints for client REST servlets (part 4) (#10728) | Patrick Cloke | 2021-09-01 | 1 | -9/+22 |
| | |||||
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -0/+441 |