SYWEB-146: Fix room ID leaking on recents page when the name of the room is just an alias.

This commit is contained in:
Kegan Dougal 2014-11-12 11:24:05 +00:00
parent 9d0efedaee
commit 2c400363e8
2 changed files with 8 additions and 3 deletions

View file

@ -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) {