fix: only send UserMoveVoiceChannel to the user

This commit is contained in:
Zomatree
2025-10-23 15:52:38 +01:00
parent b4ea75cf1a
commit db58818bab

View File

@@ -221,7 +221,7 @@ pub async fn edit(
to: new_voice_channel.id().to_string(),
token,
}
.p_user(target_user.id.clone(), db)
.private(target_user.id.clone())
.await;
};
} else if can_publish.is_some() || can_receive.is_some() || remove_contains_voice {