mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-06 17:44:03 +00:00
Update vendor (whatsapp)
This commit is contained in:
@ -15,6 +15,10 @@ var (
|
||||
}
|
||||
)
|
||||
|
||||
// DictVersion is the version number of the token lists above.
|
||||
// It's sent when connecting to the websocket so the server knows which tokens are supported.
|
||||
const DictVersion = 2
|
||||
|
||||
type doubleByteTokenIndex struct {
|
||||
dictionary byte
|
||||
index byte
|
||||
|
Reference in New Issue
Block a user