diff --git a/client/src/builtin/E2EE.js b/client/src/builtin/E2EE.js index f9e127c6..54301a7c 100644 --- a/client/src/builtin/E2EE.js +++ b/client/src/builtin/E2EE.js @@ -37,6 +37,7 @@ export default new class E2EE extends BuiltinModule { this.handlePublicKey = this.handlePublicKey.bind(this); } + // TODO Handle bad master key async enabled(e) { Events.on('discord:MESSAGE_CREATE', this.handlePublicKey); seed = Security.randomBytes();