From 2d5448458bdfe50424d274804b73277811189f00 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 24 Oct 2016 11:39:28 +0200 Subject: [PATCH] export messages --- www/common/cryptpad-common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index 68ebd95dc..d28b1e5e5 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -21,6 +21,7 @@ define([ var common = { User: User, + Messages: Messages, }; var store; var userProxy;