mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
fix potential bug where canonical alias setting is broken (modulo autoheisting)
This commit is contained in:
parent
999c52b650
commit
8d749be51f
@ -86,10 +86,8 @@ module.exports = React.createClass({
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
// save new aliases for m.room.aliases
|
||||
var aliasOperations = this.getAliasOperations();
|
||||
var promises = [];
|
||||
for (var i = 0; i < aliasOperations.length; i++) {
|
||||
var alias_operation = aliasOperations[i];
|
||||
console.log("alias %s %s", alias_operation.place, alias_operation.val);
|
||||
|
Loading…
Reference in New Issue
Block a user