From b9c3919dc121336f39cc516c384a5bb969a3fab1 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 21 Feb 2019 17:52:02 +0100 Subject: [PATCH] calculate highest pl from load! --- src/matrix-to.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/matrix-to.js b/src/matrix-to.js index e4bdbd8cd5..dbe717e160 100644 --- a/src/matrix-to.js +++ b/src/matrix-to.js @@ -84,6 +84,7 @@ export class RoomPermaLinkCreator { load() { this._updateAllowedServers(); + this._updateHighestPlUser(); this._updatePopulationMap(); this._updateServerCandidates(); }