feat: implement missing permission syncs

This commit is contained in:
Zomatree
2025-01-28 15:55:21 +00:00
parent c55b5bf75f
commit c8ae34ba73
16 changed files with 266 additions and 228 deletions

View File

@@ -254,6 +254,11 @@ pub enum EventV1 {
id: String,
user: String,
},
VoiceChannelMove {
user: String,
from: String,
to: String,
},
UserVoiceStateUpdate {
id: String,
channel_id: String,