Skip to content
Snippets Groups Projects
Commit c40ed0c9 authored by 🥺's avatar 🥺 :transgender_flag: Committed by Jason Volk
Browse files

add missing remove aliases on room upgrade transferring room aliases

parent 2d9aab2e
No related branches found
No related tags found
3 merge requests!561morguldir/sliding sync fixes,!559Auth Media,!553Misc
......@@ -756,6 +756,11 @@ pub(crate) async fn upgrade_room_route(
.local_aliases_for_room(&body.room_id)
.filter_map(Result::ok)
{
services
.rooms
.alias
.remove_alias(&alias, sender_user)
.await?;
services
.rooms
.alias
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment