mirror of https://github.com/vector-im/riot-web
also update highest power level when acls come in
parent
12f55391db
commit
35809dc7d5
|
@ -119,6 +119,7 @@ export class RoomPermaLinkCreator {
|
|||
switch (event.getType()) {
|
||||
case "m.room.server_acl":
|
||||
this._updateAllowedServers();
|
||||
this._updateHighestPlUser();
|
||||
this._updatePopulationMap();
|
||||
this._updateServerCandidates();
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue