From 131e5b46b39b00a15035321bc5c32f66a6091c47 Mon Sep 17 00:00:00 2001 From: squahtx Date: Thu, 19 May 2022 11:03:50 +0000 Subject: deploy: 47619017f97e04733e2a2fe511d6865d0294f063 --- develop/workers.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'develop/workers.html') diff --git a/develop/workers.html b/develop/workers.html index ef2c928300..a50e4ca3b6 100644 --- a/develop/workers.html +++ b/develop/workers.html @@ -364,6 +364,9 @@ information.

# Presence requests ^/_matrix/client/(api/v1|r0|v3|unstable)/presence/ + +# User directory search requests +^/_matrix/client/(r0|v3|unstable)/user_directory/search$

Additionally, the following REST endpoints can be handled for GET requests:

^/_matrix/federation/v1/groups/
@@ -539,6 +542,12 @@ worker_log_config: /etc/matrix-synapse/background-worker-log.yaml
 

This work cannot be load-balanced; please ensure the main process is restarted after setting this option in the shared configuration!

+

User directory updates allow REST endpoints matching the following regular +expressions to work:

+
^/_matrix/client/(r0|v3|unstable)/user_directory/search$
+
+

The above endpoints can be routed to any worker, though you may choose to route +it to the chosen user directory worker.

This style of configuration supersedes the legacy synapse.app.user_dir worker application type.

Notifying Application Services

-- cgit 1.5.1