Commit 0c50808b authored by JC Brand's avatar JC Brand

Add missing declaration and don't run OTR tests

Add 3rd party dependencies

updates #497
parent e833af14
This diff is collapsed.
......@@ -57,7 +57,8 @@
ChatBoxView: {
addOMEMOToolbarButton (options) {
const { _converse } = this.__super__;
const { _converse } = this.__super__,
{ __ } = _converse;
Promise.all([
contactHasOMEMOSupport(_converse, this.model.get('jid')),
serverHasOMEMOSupport(_converse)
......
......@@ -47,7 +47,6 @@ var specs = [
"spec/ping",
"spec/xmppstatus",
"spec/mam",
"spec/otr",
"spec/controlbox",
"spec/roster",
"spec/chatbox",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment