summary refs log tree commit diff
path: root/docs/workers.md
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-10-20 17:51:35 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-10-20 17:51:35 +0100
commit56722c69c5ac83a8d94661df307c01dc14439358 (patch)
treea6b0e55539b144f79942a30372dbc1a812af4096 /docs/workers.md
parentMerge commit 'abeab964d' into anoa/dinsic_release_1_21_x (diff)
parentRefactor `_get_e2e_device_keys_for_federation_query_txn` (#8225) (diff)
downloadsynapse-56722c69c5ac83a8d94661df307c01dc14439358.tar.xz
Merge commit '0d4f614fd' into anoa/dinsic_release_1_21_x
* commit '0d4f614fd':
  Refactor `_get_e2e_device_keys_for_federation_query_txn` (#8225)
  Add experimental support for sharding event persister. (#8170)
  Add /user/{user_id}/shared_rooms/ api (#7785)
  Do not try to store invalid data in the stats table (#8226)
  Convert the main methods run by the reactor to async. (#8213)
Diffstat (limited to 'docs/workers.md')
-rw-r--r--docs/workers.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md

index bfec745897..7a8f5c89fc 100644 --- a/docs/workers.md +++ b/docs/workers.md
@@ -380,6 +380,7 @@ Handles searches in the user directory. It can handle REST endpoints matching the following regular expressions: ^/_matrix/client/(api/v1|r0|unstable)/user_directory/search$ + ^/_matrix/client/unstable/uk.half-shot.msc2666/user/shared_rooms/.*$ When using this worker you must also set `update_user_directory: False` in the shared configuration file to stop the main synapse running background