forked from jmug/stoatchat
fix: include channel ids in UserMoveVoiceChannel
This commit is contained in:
@@ -295,7 +295,9 @@ pub enum EventV1 {
|
||||
},
|
||||
UserMoveVoiceChannel {
|
||||
node: String,
|
||||
token: String
|
||||
from: String,
|
||||
to: String,
|
||||
token: String,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user