summary refs log tree commit diff
path: root/webclient/user/user-controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'webclient/user/user-controller.js')
-rw-r--r--webclient/user/user-controller.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webclient/user/user-controller.js b/webclient/user/user-controller.js
index 3940db6683..0dbfa325d0 100644
--- a/webclient/user/user-controller.js
+++ b/webclient/user/user-controller.js
@@ -38,7 +38,8 @@ angular.module('UserController', ['matrixService'])
             $scope.user.avatar_url = response.data.avatar_url;
         }
     );
-    
+
+    // FIXME: factor this out between user-controller and home-controller etc.
     $scope.messageUser = function() {    
         
         // FIXME: create a new room every time, for now