mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-18 18:14:38 -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
|
@ -70,7 +70,6 @@ class ApplicationService:
|
|||
def __init__(
|
||||
self,
|
||||
token: str,
|
||||
hostname: str,
|
||||
id: str,
|
||||
sender: str,
|
||||
url: Optional[str] = None,
|
||||
|
@ -88,7 +87,6 @@ class ApplicationService:
|
|||
) # url must not end with a slash
|
||||
self.hs_token = hs_token
|
||||
self.sender = sender
|
||||
self.server_name = hostname
|
||||
self.namespaces = self._check_namespaces(namespaces)
|
||||
self.id = id
|
||||
self.ip_range_whitelist = ip_range_whitelist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue