mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
121d4cf98f
* banListTest would applyACL before rules appeared in `/state`.
Mjolnir will call applyServerAcls several times while a policy list is being updated, sometimes concurrently. This means a request to set a server ACL in a room which has old data can finish after a more recent recent request with the correct ACL. This means that the old ACL gets applied to the rooms (for a moment).
This is a follow up from
|
||
---|---|---|
.. | ||
commands | ||
abuseReportTest.ts | ||
banListTest.ts | ||
clientHelper.ts | ||
detectFederationLagTest.ts | ||
fixtures.ts | ||
helloTest.ts | ||
manualLaunchScript.ts | ||
mjolnirSetupUtils.ts | ||
policyConsumptionTest.ts | ||
protectionSettingsTest.ts | ||
reportPollingTest.ts | ||
roomMembersTest.ts | ||
standardConsequenceTest.ts | ||
throttleQueueTest.ts | ||
throttleTest.ts | ||
timelinePaginationTest.ts | ||
utilsTest.ts |