mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 03:05:27 -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
|
@ -33,7 +33,6 @@ class ApplicationServiceTestCase(unittest.TestCase):
|
|||
sender="@as:test",
|
||||
url="some_url",
|
||||
token="some_token",
|
||||
hostname="matrix.org", # only used by get_groups_for_user
|
||||
)
|
||||
self.event = Mock(
|
||||
event_id="$abc:xyz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue