mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 06:10:00 -08:00
Send correct channel tree. Update mumbleproto. Add comments regarding UserState permission handling.
This commit is contained in:
parent
8a836ac3af
commit
1e67afca46
5 changed files with 141 additions and 25 deletions
|
|
@ -245,6 +245,8 @@ type UserState struct {
|
|||
Hash *string "PB(bytes,15,opt,name=hash)"
|
||||
CommentHash []byte "PB(bytes,16,opt,name=comment_hash)"
|
||||
TextureHash []byte "PB(bytes,17,opt,name=texture_hash)"
|
||||
PrioritySpeaker *bool "PB(varint,18,opt,name=priority_speaker)"
|
||||
Recording *bool "PB(varint,19,opt,name=recording)"
|
||||
XXX_unrecognized []byte
|
||||
}
|
||||
func (this *UserState) Reset() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue