also update highest power level when acls come in

This commit is contained in:
Bruno Windels 2019-02-21 17:51:46 +01:00
parent 12f55391db
commit 35809dc7d5

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;