summary refs log tree commit diff
path: root/changelog.d/13746.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix error in `is_mine_id` when encountering a malformed ID (#13746)Sean Quah2022-09-081-0/+1
Previously, `is_mine_id` would raise an exception when passed an ID with no colons. Return `False` instead. Fixes #13040. Signed-off-by: Sean Quah <seanq@matrix.org>