From 35809dc7d53b28069f1d11ef894a694111c0e5f8 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 21 Feb 2019 17:51:46 +0100 Subject: [PATCH] also update highest power level when acls come in --- src/matrix-to.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/matrix-to.js b/src/matrix-to.js index 9c80993b02..e4bdbd8cd5 100644 --- a/src/matrix-to.js +++ b/src/matrix-to.js @@ -119,6 +119,7 @@ export class RoomPermaLinkCreator { switch (event.getType()) { case "m.room.server_acl": this._updateAllowedServers(); + this._updateHighestPlUser(); this._updatePopulationMap(); this._updateServerCandidates(); return;