We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e804f1 commit fe33c47Copy full SHA for fe33c47
appstate.go
@@ -112,7 +112,7 @@ func (cli *Client) filterContacts(mutations []appstate.Mutation) ([]appstate.Mut
112
func (cli *Client) dispatchAppState(mutation appstate.Mutation, fullSync bool, emitOnFullSync bool) {
113
dispatchEvts := !fullSync || emitOnFullSync
114
115
- if mutation.Operation != waServerSync.SyncdMutation_SET {
+ if mutation.Action.ContactAction == nil && mutation.Operation != waServerSync.SyncdMutation_SET {
116
return
117
}
118
0 commit comments