1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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()) { switch (event.getType()) {
case "m.room.server_acl": case "m.room.server_acl":
this._updateAllowedServers(); this._updateAllowedServers();
this._updateHighestPlUser();
this._updatePopulationMap(); this._updatePopulationMap();
this._updateServerCandidates(); this._updateServerCandidates();
return; return;