mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-12 02:14:44 +00:00
647ff3ef65
* 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