mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-04 11:17:45 +00:00
Update dependencies (#2180)
* Update dependencies * Fix whatsmeow API changes
This commit is contained in:
20507
vendor/go.mau.fi/whatsmeow/proto/waE2E/WAWebProtobufsE2E.pb.go
generated
vendored
Normal file
20507
vendor/go.mau.fi/whatsmeow/proto/waE2E/WAWebProtobufsE2E.pb.go
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
vendor/go.mau.fi/whatsmeow/proto/waE2E/WAWebProtobufsE2E.pb.raw
generated
vendored
Normal file
BIN
vendor/go.mau.fi/whatsmeow/proto/waE2E/WAWebProtobufsE2E.pb.raw
generated
vendored
Normal file
Binary file not shown.
1856
vendor/go.mau.fi/whatsmeow/proto/waE2E/WAWebProtobufsE2E.proto
vendored
Normal file
1856
vendor/go.mau.fi/whatsmeow/proto/waE2E/WAWebProtobufsE2E.proto
vendored
Normal file
File diff suppressed because it is too large
Load Diff
31
vendor/go.mau.fi/whatsmeow/proto/waE2E/legacy.go
vendored
Normal file
31
vendor/go.mau.fi/whatsmeow/proto/waE2E/legacy.go
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
package waE2E
|
||||
|
||||
// Deprecated: Use GetKeyID
|
||||
func (x *AppStateSyncKey) GetKeyId() *AppStateSyncKeyId {
|
||||
return x.GetKeyID()
|
||||
}
|
||||
|
||||
// Deprecated: Use GetKeyID
|
||||
func (x *AppStateSyncKeyId) GetKeyId() []byte {
|
||||
return x.GetKeyID()
|
||||
}
|
||||
|
||||
// Deprecated: Use GetStanzaID
|
||||
func (x *PeerDataOperationRequestResponseMessage) GetStanzaId() string {
|
||||
return x.GetStanzaID()
|
||||
}
|
||||
|
||||
// Deprecated: Use GetMentionedJID
|
||||
func (x *ContextInfo) GetMentionedJid() []string {
|
||||
return x.GetMentionedJID()
|
||||
}
|
||||
|
||||
// Deprecated: Use GetRemoteJID
|
||||
func (x *ContextInfo) GetRemoteJid() string {
|
||||
return x.GetRemoteJID()
|
||||
}
|
||||
|
||||
// Deprecated: Use GetStanzaID
|
||||
func (x *ContextInfo) GetStanzaId() string {
|
||||
return x.GetStanzaID()
|
||||
}
|
Reference in New Issue
Block a user