mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-11 03:07:16 -05:00
Remove remaining bits of groups code. (#12936)
* Update worker docs to remove group endpoints. * Removes an unused parameter to `ApplicationService`. * Break dependency between media repo and groups. * Avoid copying `m.room.related_groups` state events during room upgrades.
This commit is contained in:
parent
88193f2125
commit
7bc08f3201
19 changed files with 1 additions and 35 deletions
|
|
@ -60,7 +60,6 @@ class UserDirectoryTestCase(unittest.HomeserverTestCase):
|
|||
|
||||
self.appservice = ApplicationService(
|
||||
token="i_am_an_app_service",
|
||||
hostname="test",
|
||||
id="1234",
|
||||
namespaces={"users": [{"regex": r"@as_user.*", "exclusive": True}]},
|
||||
# Note: this user does not match the regex above, so that tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue