summary refs log tree commit diff
path: root/tests/handlers/test_room_summary.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug that corrupted the cache of federated space hierarchies (#11775)Sean Quah2022-01-201-2/+90
* Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695)Patrick Cloke2022-01-071-0/+32
* Support the stable /hierarchy endpoint from MSC2946 (#11329)Patrick Cloke2021-11-291-29/+65
* Avoid sharing room hierarchy responses between users (#11355)Sean Quah2021-11-161-0/+55
* Ignore rooms with unknown room versions in the spaces summary. (#10727)Patrick Cloke2021-09-011-0/+25
* Consider the `origin_server_ts` of the `m.space.child` event when ordering ro...Patrick Cloke2021-09-011-5/+13
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Experimental support for MSC3266 Room Summary API. (#10394)Michael Telatynski2021-08-161-0/+959