diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-10-31 11:20:07 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-10-31 11:20:07 +0000 |
commit | ac2a17707037438015560265c1267f6665f5bbd2 (patch) | |
tree | 5cefd01b31e45fc08b67134075c2aab70e9d425c /webclient/app.js | |
parent | SYWEB-45: Display the user_id of a user when hovering over their avatar next ... (diff) | |
download | synapse-ac2a17707037438015560265c1267f6665f5bbd2.tar.xz |
Add notification-service.js to handle binging/notifications. Shift logic to this service.
Diffstat (limited to 'webclient/app.js')
-rw-r--r-- | webclient/app.js | 1 |
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' |