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;