mjolnir/test/integration
Gnuxie 9bcb0b7a59
Replace acceptInvitesFromGroup with acceptInvitesFromSpace. (#338)
Replace acceptInvitesFromGroup with acceptInvitesFromSpace.

https://github.com/matrix-org/mjolnir/issues/125
https://github.com/matrix-org/mjolnir/issues/99

acceptInvitesFromGroup was implemented with an experimental api
that was a precursor to spaces which was refereed to
as either communities or groups.
Support for communities/groups ended in Synapse 1.61.0
https://github.com/matrix-org/synapse/releases/tag/v1.61.0.

To test we just edit the config dynamically which changes how the join room listener functions
though idk, shouldn't we have just made a new mjolnir instance
for this test, or changed the config before the test started somehow?


Co-authored-by: jesopo <github@lolnerd.net>
2022-08-17 10:05:23 +01:00
..
commands load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
abuseReportTest.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
acceptInvitesFromSpaceTest.ts Replace acceptInvitesFromGroup with acceptInvitesFromSpace. (#338) 2022-08-17 10:05:23 +01:00
banListTest.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
clientHelper.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
detectFederationLagTest.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
fixtures.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
helloTest.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
manualLaunchScript.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
mjolnirSetupUtils.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
policyConsumptionTest.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
protectionSettingsTest.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
reportPollingTest.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
roomMembersTest.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
standardConsequenceTest.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
throttleQueueTest.ts A background queue for kicking (#296) 2022-06-08 11:49:43 +02:00
throttleTest.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
timelinePaginationTest.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00
utilsTest.ts load config yaml manually, remove more references to static config (#347) 2022-08-16 15:51:18 +01:00