diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index b512ab54b..4fdde73e6 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;