also update highest power level when acls come in

pull/21833/head
Bruno Windels 2019-02-21 17:51:46 +01:00
parent 12f55391db
commit 35809dc7d5
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ export class RoomPermaLinkCreator {
switch (event.getType()) {
case "m.room.server_acl":
this._updateAllowedServers();
this._updateHighestPlUser();
this._updatePopulationMap();
this._updateServerCandidates();
return;