This commit is contained in:
Bryan Ashby 2020-11-23 19:41:08 -07:00
parent 2d9d8782f6
commit 75601a80ec
No known key found for this signature in database
GPG key ID: B49EB437951D2542
2 changed files with 90 additions and 3 deletions

View file

@ -102,11 +102,10 @@ exports.getModule = class AreaViewFSEModule extends FullScreenEditorModule {
self.client.log(extraArgs, 'Missing extraArgs.menu');
return cb(null);
}
},
});
}
loadMessageByUuid(uuid, cb) {
const msg = new Message();
msg.load( { uuid : uuid, user : this.client.user }, () => {