mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-12 01:06:37 -05:00
Merge branch 'develop' into application-services
This commit is contained in:
commit
53557fc532
19 changed files with 318 additions and 132 deletions
|
|
@ -68,7 +68,7 @@ class SynapseHomeServer(HomeServer):
|
|||
return ClientV2AlphaRestResource(self)
|
||||
|
||||
def build_resource_for_federation(self):
|
||||
return JsonResource()
|
||||
return JsonResource(self)
|
||||
|
||||
def build_resource_for_app_services(self):
|
||||
return AppServiceRestResource(self)
|
||||
|
|
@ -279,6 +279,8 @@ def setup():
|
|||
|
||||
hs.get_pusherpool().start()
|
||||
|
||||
hs.get_datastore().start_profiling()
|
||||
|
||||
if config.daemonize:
|
||||
print config.pid_file
|
||||
daemon = Daemonize(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue