mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
add admin command to unset a room alias
This commit is contained in:
parent
70fa17dde0
commit
b0ab736da5
2 changed files with 38 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue