Fix typo in listener config (#12742)
This commit is contained in:
parent
a5c26750b5
commit
8060034612
|
@ -0,0 +1 @@
|
||||||
|
Fix typo in server listener documentation.
|
|
@ -289,7 +289,7 @@ presence:
|
||||||
# federation: the server-server API (/_matrix/federation). Also implies
|
# federation: the server-server API (/_matrix/federation). Also implies
|
||||||
# 'media', 'keys', 'openid'
|
# 'media', 'keys', 'openid'
|
||||||
#
|
#
|
||||||
# keys: the key discovery API (/_matrix/keys).
|
# keys: the key discovery API (/_matrix/key).
|
||||||
#
|
#
|
||||||
# media: the media API (/_matrix/media).
|
# media: the media API (/_matrix/media).
|
||||||
#
|
#
|
||||||
|
|
|
@ -467,13 +467,13 @@ Sub-options for each listener include:
|
||||||
|
|
||||||
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), and the synapse admin API (/_synapse/admin). Also implies `media` and `static`.
|
||||||
|
|
||||||
* `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.
|
||||||
|
|
||||||
* `federation`: the server-server API (/_matrix/federation). Also implies `media`, `keys`, `openid`
|
* `federation`: the server-server API (/_matrix/federation). Also implies `media`, `keys`, `openid`
|
||||||
|
|
||||||
* `keys`: the key discovery API (/_matrix/keys).
|
* `keys`: the key discovery API (/_matrix/key).
|
||||||
|
|
||||||
* `media`: the media API (/_matrix/media).
|
* `media`: the media API (/_matrix/media).
|
||||||
|
|
||||||
|
|
|
@ -996,7 +996,7 @@ class ServerConfig(Config):
|
||||||
# federation: the server-server API (/_matrix/federation). Also implies
|
# federation: the server-server API (/_matrix/federation). Also implies
|
||||||
# 'media', 'keys', 'openid'
|
# 'media', 'keys', 'openid'
|
||||||
#
|
#
|
||||||
# keys: the key discovery API (/_matrix/keys).
|
# keys: the key discovery API (/_matrix/key).
|
||||||
#
|
#
|
||||||
# media: the media API (/_matrix/media).
|
# media: the media API (/_matrix/media).
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue