MatrixSynapse/synapse/server_notices
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
..
__init__.py
consent_server_notices.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
resource_limits_server_notices.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
server_notices_manager.py Remove unused `room_alias` field from `/createRoom` response (#15093) 2023-02-22 11:07:28 +00:00
server_notices_sender.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
worker_server_notices_sender.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00