summary refs log tree commit diff
path: root/synapse/rest/client/shared_rooms.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename shared_rooms to mutual_rooms (#12036)Jonathan de Jong2022-03-231-75/+0
| | | Co-authored-by: reivilibre <olivier@librepush.net>
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
| | | | | | | The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-1/+1
|
* Addtional type hints for the REST servlets. (#10665)Patrick Cloke2021-08-231-4/+12
|
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+67