Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add type hints to `tests/rest/client` (#12084) | Dirk Klimpel | 2022-02-28 | 1 | -7/+10 |
| | |||||
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -9/+9 |
| | |||||
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
| | | | | | | | The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733 | ||||
* | Handle room upgrades for spaces (#10774) | Patrick Cloke | 2021-09-10 | 1 | -4/+63 |
| | | | | | By copying the `room_type` field of the create event and migrating any non-empty `m.space.child` events to the new room that is created. | ||||
* | Flatten tests/rest/client/{v1,v2_alpha} too (#10667) | David Robertson | 2021-08-20 | 1 | -0/+159 |