mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-12 22:12:27 -05:00
Add RegisterFallbackResource to /_matrix/static/client/register
Try to keep both forms of registration logic (native/fallback) close together for sanity.
This commit is contained in:
parent
7367ca42b5
commit
22399d3d8f
4 changed files with 32 additions and 0 deletions
|
|
@ -125,6 +125,8 @@ class SynapseHomeServer(HomeServer):
|
|||
(MEDIA_PREFIX, self.get_resource_for_media_repository()),
|
||||
(APP_SERVICE_PREFIX, self.get_resource_for_app_services()),
|
||||
]
|
||||
desired_tree += self.get_resource_for_client().get_extra_resources(self)
|
||||
|
||||
if web_client:
|
||||
logger.info("Adding the web client.")
|
||||
desired_tree.append((WEB_CLIENT_PREFIX,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue