summary refs log tree commit diff
path: root/changelog.d/13748.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.68.0rc1Olivier Wilkinson (reivilibre)2022-09-201-1/+0
|
* Avoid raising errors due to malformed IDs in `get_current_hosts_in_room` ↵Sean Quah2022-09-081-0/+1
(#13748) Handle malformed user IDs with no colons in `get_current_hosts_in_room`. It's not currently possible for a malformed user ID to join a room, so this error would never be hit. Signed-off-by: Sean Quah <seanq@matrix.org>