fix listener docs - admin api only on main process (#17590)

This commit is contained in:
Dirk Klimpel 2024-08-29 12:33:14 +02:00 committed by GitHub
parent 8678516e79
commit 9eed8cd878
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

1
changelog.d/17590.doc Normal file
View File

@ -0,0 +1 @@
Clarify that the admin api resource is only loaded on the main process and not workers.

View File

@ -509,7 +509,8 @@ Unix socket support (_Added in Synapse 1.89.0_):
Valid resource names are: Valid resource names are:
* `client`: the client-server API (/_matrix/client), and the synapse admin API (/_synapse/admin). Also implies `media` and `static`. * `client`: the client-server API (/_matrix/client). Also implies `media` and `static`.
If configuring the main process, the Synapse Admin API (/_synapse/admin) is also implied.
* `consent`: user consent forms (/_matrix/consent). See [here](../../consent_tracking.md) for more. * `consent`: user consent forms (/_matrix/consent). See [here](../../consent_tracking.md) for more.