mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-04-19 11:51:09 +03:00
Allow some new endpoints to work on workers
Related to: - https://github.com/matrix-org/synapse/commit/682d31c7023b6b7299e74bc631e4d2acc60f91ac - https://github.com/matrix-org/synapse/commit/ecbe0ddbe7c47e05bc27b39dc10a9c30eafd2960 - https://github.com/matrix-org/synapse/commit/f4fc83ac755b8b06ecab1a31592308b03f8d2a5e .. and https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2569
This commit is contained in:
@@ -163,7 +163,9 @@ matrix_synapse_workers_generic_worker_endpoints:
|
|||||||
- ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/event/
|
- ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/event/
|
||||||
- ^/_matrix/client/(api/v1|r0|v3|unstable)/joined_rooms$
|
- ^/_matrix/client/(api/v1|r0|v3|unstable)/joined_rooms$
|
||||||
- ^/_matrix/client/v1/rooms/.*/timestamp_to_event$
|
- ^/_matrix/client/v1/rooms/.*/timestamp_to_event$
|
||||||
|
- ^/_matrix/client/(api/v1|r0|v3|unstable/.*)/rooms/.*/aliases
|
||||||
- ^/_matrix/client/(api/v1|r0|v3|unstable)/search$
|
- ^/_matrix/client/(api/v1|r0|v3|unstable)/search$
|
||||||
|
- ^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$)
|
||||||
|
|
||||||
# Encryption requests
|
# Encryption requests
|
||||||
# Note that ^/_matrix/client/(r0|v3|unstable)/keys/upload/ requires `worker_main_http_uri`
|
# Note that ^/_matrix/client/(r0|v3|unstable)/keys/upload/ requires `worker_main_http_uri`
|
||||||
@@ -184,6 +186,7 @@ matrix_synapse_workers_generic_worker_endpoints:
|
|||||||
- ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/state/
|
- ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/state/
|
||||||
- ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)$
|
- ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)$
|
||||||
- ^/_matrix/client/(api/v1|r0|v3|unstable)/join/
|
- ^/_matrix/client/(api/v1|r0|v3|unstable)/join/
|
||||||
|
- ^/_matrix/client/(api/v1|r0|v3|unstable)/knock/
|
||||||
- ^/_matrix/client/(api/v1|r0|v3|unstable)/profile/
|
- ^/_matrix/client/(api/v1|r0|v3|unstable)/profile/
|
||||||
|
|
||||||
# Start of intentionally-ignored-endpoints
|
# Start of intentionally-ignored-endpoints
|
||||||
|
|||||||
Reference in New Issue
Block a user