Skip to content

Commit 926b261

Browse files
committed
[WAHA] appstate - ignore MAC
1 parent fc308e5 commit 926b261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appstate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (cli *Client) FetchAppState(ctx context.Context, name appstate.WAPatchName,
5858
}
5959
hasMore = patches.HasMorePatches
6060

61-
mutations, newState, err := cli.appStateProc.DecodePatches(ctx, patches, state, true)
61+
mutations, newState, err := cli.appStateProc.DecodePatches(ctx, patches, state, false)
6262
if err != nil {
6363
if errors.Is(err, appstate.ErrKeyNotFound) {
6464
go cli.requestMissingAppStateKeys(context.WithoutCancel(ctx), patches)

0 commit comments

Comments
 (0)