mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 20:44:55 -04:00
Use /home everywhere
This commit is contained in:
parent
4c7df52360
commit
de0706493a
6 changed files with 12 additions and 12 deletions
|
@ -364,7 +364,7 @@ angular.module('RoomController', ['ngSanitize', 'mUtilities'])
|
|||
matrixService.leave($scope.room_id).then(
|
||||
function(response) {
|
||||
console.log("Left room ");
|
||||
$location.url("rooms");
|
||||
$location.url("home");
|
||||
},
|
||||
function(error) {
|
||||
$scope.feedback = "Failed to leave room: " + error.data.error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue