anonymousland-synapse/synapse/rest
David Robertson 647ff3ef65
Remove unused room_alias field from /createRoom response (#15093)
* Change `create_room` return type

* Don't return room alias from /createRoom

* Update other callsites

* Fix up mypy complaints

It looks like new_room_user_id is None iff new_room_id is None. It's a
shame we haven't expressed this in a way that mypy can understand.

* Changelog
2023-02-22 11:07:28 +00:00
..
admin Avoid fetching unused account data in sync. (#14973) 2023-02-10 14:22:16 +00:00
client Remove unused room_alias field from /createRoom response (#15093) 2023-02-22 11:07:28 +00:00
consent
key
media Use mypy 1.0 (#15052) 2023-02-16 16:09:11 +00:00
synapse
__init__.py Use ClientRestResource on both the main process and workers. (#14528) 2022-12-02 13:10:05 -05:00
health.py
models.py
well_known.py