Update dependencies and remove old matterclient lib (#2067)
This commit is contained in:
1
vendor/go.mau.fi/whatsmeow/store/store.go
vendored
1
vendor/go.mau.fi/whatsmeow/store/store.go
vendored
@@ -55,6 +55,7 @@ type AppStateSyncKey struct {
|
||||
type AppStateSyncKeyStore interface {
|
||||
PutAppStateSyncKey(id []byte, key AppStateSyncKey) error
|
||||
GetAppStateSyncKey(id []byte) (*AppStateSyncKey, error)
|
||||
GetLatestAppStateSyncKeyID() ([]byte, error)
|
||||
}
|
||||
|
||||
type AppStateMutationMAC struct {
|
||||
|
||||
Reference in New Issue
Block a user