Merge branch 'main' into fix-buttons-list

This commit is contained in:
Rajeh Taher
2022-12-20 21:48:35 +02:00
committed by GitHub
64 changed files with 198 additions and 192 deletions

View File

@@ -51,6 +51,8 @@ exports.ExposeStore = (moduleRaidStr) => {
window.Store.createOrUpdateReactionsModule = window.mR.findModule('createOrUpdateReactions')[0];
window.Store.EphemeralFields = window.mR.findModule('getEphemeralFields')[0];
window.Store.ReplyUtils = window.mR.findModule('canReplyMsg').length > 0 && window.mR.findModule('canReplyMsg')[0];
window.Store.MsgActionChecks = window.mR.findModule('canSenderRevokeMsg')[0];
window.Store.QuotedMsg = window.mR.findModule('getQuotedMsgObj')[0];
window.Store.StickerTools = {
...window.mR.findModule('toWebpSticker')[0],
...window.mR.findModule('addWebpMetadata')[0]