Skip to content

Commit

Permalink
style: Fixed functions for Whatsapp >= 2.3000.1015974389
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Aug 27, 2024
1 parent 97f4a83 commit 87dc680
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/whatsapp/stores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,3 +360,11 @@ exportModule(
},
(m) => m.ProfilePicThumbCollection || m.ProfilePicThumbCollectionImpl
);

exportModule(
exports,
{
QuickReplyStore: ['QuickReplyCollectionImpl', 'QuickReplyCollection'],
},
(m) => m.QuickReplyCollectionImpl || m.QuickReplyCollection
);

0 comments on commit 87dc680

Please sign in to comment.