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

This commit is contained in:
yflory
2017-07-06 14:27:32 +02:00
5 changed files with 108 additions and 50 deletions

View File

@@ -108,6 +108,7 @@ define([
common.findWeaker = Hash.findWeaker;
common.findStronger = Hash.findStronger;
common.serializeHash = Hash.serializeHash;
common.createInviteUrl = Hash.createInviteUrl;
// Messaging
common.addDirectMessageHandler = Messaging.addDirectMessageHandler;