4
0
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:
Wim
2024-08-27 19:04:05 +02:00
committed by GitHub
parent d16645c952
commit c4157a4d5b
589 changed files with 681707 additions and 198856 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View 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()
}