From 131e5b46b39b00a15035321bc5c32f66a6091c47 Mon Sep 17 00:00:00 2001
From: squahtx
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.