diff options
| author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-09-08 15:55:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-08 15:55:03 +0100 |
| commit | 89e8b98b6522dc9fafd5c32efe7a84dc9a31246a (patch) | |
| tree | c23b50be6a64281e78c2adbcdc8cf178474f18e3 | |
| parent | Fix error in `is_mine_id` when encountering a malformed ID (#13746) (diff) | |
| download | synapse-89e8b98b6522dc9fafd5c32efe7a84dc9a31246a.tar.xz | |
Avoid raising errors due to malformed IDs in `get_current_hosts_in_room` (#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>
Diffstat (limited to '')
| -rw-r--r-- | changelog.d/13748.misc | 1 | ||||
| -rw-r--r-- | synapse/storage/databases/main/roommember.py | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/changelog.d/13748.misc b/changelog.d/13748.misc new file mode 100644 |
