add admin command to unset a room alias

This commit is contained in:
Charles Hall 2024-06-12 21:15:33 -07:00
parent 70fa17dde0
commit b0ab736da5
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
2 changed files with 38 additions and 9 deletions

View file

@ -545,7 +545,7 @@ impl Service {
&& !from_grapevine
&& admin_room == pdu.room_id
{
services().admin.process_message(body);
services().admin.process_message(pdu.clone(), body);
}
}
}