mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 12:35:01 -04:00
send messages to users from the home page (SYWEB-19)
This commit is contained in:
parent
997a016122
commit
4847045259
3 changed files with 42 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue