summary refs log tree commit diff
path: root/webclient/index.html
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-08-15 10:20:14 +0100
committerKegan Dougal <kegan@matrix.org>2014-08-15 14:06:56 +0100
commit8bf3994c2e4726278355bc1398c4b9c94d242ad0 (patch)
treedce0066c2e6aec0e3657606468df16a439c450f8 /webclient/index.html
parentAdd a check to make sure that during state conflict res we only request a PDU... (diff)
downloadsynapse-8bf3994c2e4726278355bc1398c4b9c94d242ad0.tar.xz
Added event stream service which neatly blobs together requests / state for the event stream. This depends on matrix service to do the actual hit. Currently this has exactly the same behaviour as before.
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 e62ec39669..793b03d108 100644
--- a/webclient/index.html
+++ b/webclient/index.html
@@ -14,6 +14,7 @@
     <script src="room/room-controller.js"></script>
     <script src="rooms/rooms-controller.js"></script>
     <script src="components/matrix/matrix-service.js"></script>
+    <script src="components/matrix/event-stream-service.js"></script>
     <script src="components/fileInput/file-input-directive.js"></script>
     <script src="components/fileUpload/file-upload-service.js"></script>
 </head>