summary refs log tree commit diff
path: root/changelog.d/15093.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused `room_alias` field from `/createRoom` response (#15093)David Robertson2023-02-221-0/+1
* 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