feat: Delete messages

This commit is contained in:
Pedro Lopez
2020-02-22 17:28:03 -04:00
parent 9891d85b35
commit 1c60c83e80
3 changed files with 24 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ exports.ExposeStore = (moduleRaidStr) => {
window.Store.MediaPrep = window.mR.findModule('MediaPrep')[0];
window.Store.MediaObject = window.mR.findModule('getOrCreateMediaObject')[0];
window.Store.MediaUpload = window.mR.findModule('uploadMedia')[0];
window.Store.Cmd = window.mR.findModule('Cmd')[0].default;
window.Store.MediaTypes = window.mR.findModule('msgToMediaType')[0];
};