Skip to content

Commit

Permalink
fix: Fixed Property is not defined > 2.3000.101264x (#1818)
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Apr 9, 2024
1 parent e6031ad commit 76cb90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/whatsapp/functions/contactFunctions.ts
Expand Up @@ -164,7 +164,7 @@ exportModule(
getIsDisplayNameApproved: 'getIsDisplayNameApproved',
getShouldForceBusinessUpdate: 'getShouldForceBusinessUpdate',
},
(m) => m.getIsMyContact
(m) => m.getIsMyContact && m.getIsGroup
);

injectFallbackModule('getIsMyContact', {
Expand Down

0 comments on commit 76cb90c

Please sign in to comment.