summary refs log tree commit diff
path: root/webclient/app.js
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-03 10:17:37 +0000
committerErik Johnston <erik@matrix.org>2014-11-03 10:17:37 +0000
commit7a07263281c89f199aa2ee8a1c9e602e7a5b1218 (patch)
tree4fb96db62c91009db5928a31570107ad29841b61 /webclient/app.js
parentSign evnets (diff)
parentUse python logger, not the twisted logger (diff)
downloadsynapse-7a07263281c89f199aa2ee8a1c9e602e7a5b1218.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into federation_authorization
Diffstat (limited to 'webclient/app.js')
-rw-r--r--webclient/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/app.js b/webclient/app.js

index 8d9b662ee9..c091f8c6cf 100644 --- a/webclient/app.js +++ b/webclient/app.js
@@ -30,6 +30,7 @@ var matrixWebClient = angular.module('matrixWebClient', [ 'MatrixCall', 'eventStreamService', 'eventHandlerService', + 'notificationService', 'infinite-scroll', 'ui.bootstrap', 'monospaced.elastic'