Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix error in `is_mine_id` when encountering a malformed ID (#13746) | Sean Quah | 2022-09-08 | 1 | -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> |