also update highest power level when acls come in
This commit is contained in:
parent
12f55391db
commit
35809dc7d5
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue