feat: Force leave remote rooms admin command

This commit is contained in:
nexy7574 2025-07-30 19:19:32 +01:00 committed by nex
commit 73207a5b19
4 changed files with 36 additions and 4 deletions

View file

@ -215,7 +215,7 @@ pub async fn leave_room(
Ok(())
}
async fn remote_leave_room(
pub async fn remote_leave_room(
services: &Services,
user_id: &UserId,
room_id: &RoomId,