Fix canonical alias event check
The old version was checking all aliases instead of only the newly added ones that prevented modifying the event if one of current aliases became invalid
This commit is contained in:
@@ -320,7 +320,7 @@ default-features = false
|
||||
|
||||
[workspace.dependencies.ruma]
|
||||
git = "https://github.com/matrix-construct/ruma"
|
||||
rev = "2f53677f4d621cb4560119c5938888c9ce983e56"
|
||||
rev = "3cb939f5c8a67197433cbb3dc7e256f0ddaee978"
|
||||
features = [
|
||||
"__compat",
|
||||
"appservice-api-c",
|
||||
|
||||
Reference in New Issue
Block a user