This commit is contained in:
gnuxie 2022-12-08 14:27:11 +00:00
parent b267b6199f
commit b99227c521
2 changed files with 3 additions and 2 deletions

View File

@ -241,7 +241,8 @@ export class ProtectedRoomsSet {
} }
/** /**
* Sync all the rooms with all the watched lists, banning and applying any changed ACLS. * Update each watched list and then synchronize all the protected rooms with all the policies described in the watched lists,
* banning and applying any changed ACLS via `syncRoomsWithPolicies`.
*/ */
public async syncLists() { public async syncLists() {
for (const list of this.policyLists) { for (const list of this.policyLists) {

View File

@ -577,7 +577,7 @@ export class Revision {
*/ */
private static makeULID = monotonicFactory(); private static makeULID = monotonicFactory();
/** /**
* Is only public for the comparison method, * Is only public for the comparison method,
* I feel like I'm missing something here and it is possible without * I feel like I'm missing something here and it is possible without
*/ */