We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32aa635 commit 5b792ecCopy full SHA for 5b792ec
privacysettings.go
@@ -158,6 +158,7 @@ func (cli *Client) handlePrivacySettingsNotification(privacyNode *waBinary.Node)
158
settings, err := cli.TryFetchPrivacySettings(false)
159
if err != nil {
160
cli.Log.Errorf("Failed to fetch privacy settings when handling change: %v", err)
161
+ return
162
}
163
evt := cli.parsePrivacySettings(privacyNode, settings)
164
// The data isn't be reliable if the fetch failed, so only cache if it didn't fail
0 commit comments