mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 14:04:58 -04:00
Implement SYWEB-58: Clicking a notification now takes you to that room.
This commit is contained in:
parent
2a44558fbd
commit
ed241ba032
2 changed files with 7 additions and 1 deletions
|
@ -53,7 +53,7 @@ angular.module('MatrixWebClientController', ['matrixService', 'mPresence', 'even
|
|||
* Open a given page.
|
||||
* @param {String} url url of the page
|
||||
*/
|
||||
$scope.goToPage = function(url) {
|
||||
$rootScope.goToPage = function(url) {
|
||||
$location.url(url);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue