mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-27 14:15:19 -04:00
SYWEB-146: Fix room ID leaking on recents page when the name of the room is just an alias.
This commit is contained in:
parent
9d0efedaee
commit
2c400363e8
2 changed files with 8 additions and 3 deletions
|
@ -39,7 +39,6 @@ angular.module('matrixService', [])
|
|||
// Current version of permanent storage
|
||||
var configVersion = 0;
|
||||
var prefixPath = "/_matrix/client/api/v1";
|
||||
var MAPPING_PREFIX = "alias_for_";
|
||||
|
||||
var doRequest = function(method, path, params, data, $httpParams) {
|
||||
if (!config) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue