mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-10 14:49:59 -04: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
|
@ -105,7 +105,6 @@ class TestMauLimit(unittest.HomeserverTestCase):
|
|||
self.store.services_cache.append(
|
||||
ApplicationService(
|
||||
token=as_token,
|
||||
hostname=self.hs.hostname,
|
||||
id="SomeASID",
|
||||
sender="@as_sender:test",
|
||||
namespaces={"users": [{"regex": "@as_*", "exclusive": True}]},
|
||||
|
@ -251,7 +250,6 @@ class TestMauLimit(unittest.HomeserverTestCase):
|
|||
self.store.services_cache.append(
|
||||
ApplicationService(
|
||||
token=as_token_1,
|
||||
hostname=self.hs.hostname,
|
||||
id="SomeASID",
|
||||
sender="@as_sender_1:test",
|
||||
namespaces={"users": [{"regex": "@as_1.*", "exclusive": True}]},
|
||||
|
@ -262,7 +260,6 @@ class TestMauLimit(unittest.HomeserverTestCase):
|
|||
self.store.services_cache.append(
|
||||
ApplicationService(
|
||||
token=as_token_2,
|
||||
hostname=self.hs.hostname,
|
||||
id="AnotherASID",
|
||||
sender="@as_sender_2:test",
|
||||
namespaces={"users": [{"regex": "@as_2.*", "exclusive": True}]},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue