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;