fix: get quoted msg (#1841)

This commit is contained in:
Pedro S. Lopez
2022-11-26 04:38:29 -04:00
committed by GitHub
parent a60f5ebf40
commit d9f9c28276
2 changed files with 4 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ 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.QuotedMsg = window.mR.findModule('getQuotedMsgObj')[0];
window.Store.StickerTools = {
...window.mR.findModule('toWebpSticker')[0],
...window.mR.findModule('addWebpMetadata')[0]