mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
doc
This commit is contained in:
parent
b267b6199f
commit
b99227c521
@ -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) {
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user