Merge branch 'netflux' of github.com:xwiki-labs/cryptpad into netflux

This commit is contained in:
Yann Flory
2016-03-11 17:15:55 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ define([
websocketURL: Config.websocketURL,
userName: Crypto.rand64(8),
channel: key.channel,
key.cryptKey
cryptKey: key.cryptKey
};
var rttext = RTText.start(config);