summary refs log tree commit diff
path: root/webclient/app.js
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-08-27 18:57:54 +0100
committerDavid Baker <dbkr@matrix.org>2014-08-27 18:57:54 +0100
commit7d34a1c108967ad8e5f24f979aecad97595622c8 (patch)
tree07ec5f7592fd9916d12607503907d1f92860b783 /webclient/app.js
parentFix up the various presence-related tests so that if they're not skipped, the... (diff)
downloadsynapse-7d34a1c108967ad8e5f24f979aecad97595622c8.tar.xz
WIP voip support on web client
Diffstat (limited to 'webclient/app.js')
-rw-r--r--webclient/app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/webclient/app.js b/webclient/app.js
index 1d5503ebc0..b52479babe 100644
--- a/webclient/app.js
+++ b/webclient/app.js
@@ -24,6 +24,8 @@ var matrixWebClient = angular.module('matrixWebClient', [
     'SettingsController',
     'UserController',
     'matrixService',
+    'matrixPhoneService',
+    'MatrixCall',
     'eventStreamService',
     'eventHandlerService',
     'infinite-scroll'