mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 14:04:11 -04:00
close buttons on recents (SYWEB-68)
This commit is contained in:
parent
53841642a8
commit
7b8e24a588
3 changed files with 14 additions and 2 deletions
|
@ -829,7 +829,7 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput'])
|
|||
|
||||
matrixService.leave($scope.room_id).then(
|
||||
function(response) {
|
||||
console.log("Left room ");
|
||||
console.log("Left room " + $scope.room_id);
|
||||
$location.url("home");
|
||||
},
|
||||
function(error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue