summary refs log tree commit diff
path: root/webclient/index.html
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/index.html
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/index.html')
-rw-r--r--webclient/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/index.html b/webclient/index.html
index d8b9c95353..bc011a6c72 100644
--- a/webclient/index.html
+++ b/webclient/index.html
@@ -41,6 +41,7 @@
     <script src="components/matrix/matrix-phone-service.js"></script>
     <script src="components/matrix/event-stream-service.js"></script>
     <script src="components/matrix/event-handler-service.js"></script>
+    <script src="components/matrix/notification-service.js"></script>
     <script src="components/matrix/presence-service.js"></script>
     <script src="components/fileInput/file-input-directive.js"></script>
     <script src="components/fileUpload/file-upload-service.js"></script>