mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
Add message to pkg/mumbleproto/generate_main.go about crypto_modes field.
This commit is contained in:
parent
123c287eb7
commit
ed37ea33e1
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ import (
|
|||
|
||||
var replacements = []string{
|
||||
`(?m)^package MumbleProto;$`, `package mumbleproto;`,
|
||||
|
||||
// Add crypto_modes to Version message.
|
||||
// It is only present in Grumble, not in upstream Murmur.
|
||||
`(?m)^(message Version {)$`, "$1\n\trepeated string crypto_modes = 5;\n",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue