mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 21:34:56 -04:00
Added link to user profile pages
This commit is contained in:
parent
ecfdf23250
commit
c3f1548bb4
2 changed files with 6 additions and 1 deletions
|
@ -433,6 +433,11 @@ angular.module('RoomController', ['ngSanitize'])
|
|||
});
|
||||
};
|
||||
|
||||
// Open the user profile page
|
||||
$scope.goToUserPage = function(user_id) {
|
||||
$location.path("user/" + user_id);
|
||||
};
|
||||
|
||||
$scope.leaveRoom = function() {
|
||||
|
||||
matrixService.leave($scope.room_id).then(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue