summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason Robinson <jasonr@matrix.org>2020-01-24 11:01:57 +0200
committerJason Robinson <jasonr@matrix.org>2020-01-24 11:08:50 +0200
commitaa6ad288f16ed263b2a94b480259639d52ff6cad (patch)
tree6ecac5d640e5030ddcf0706faea4c03859375c50 /changelog.d
parentMake 'event.redacts' never raise. (#6771) (diff)
downloadsynapse-aa6ad288f16ed263b2a94b480259639d52ff6cad.tar.xz
Clarifications to the workers documentation
* Add note that user_dir requires disabling user dir
  updates from the main synapse process.
* Add note that federation_reader should have
  the federation listener resource.

Signed-off-by: Jason Robinson <jasonr@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6775.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6775.doc b/changelog.d/6775.doc
new file mode 100644
index 0000000000..9421250f8b
--- /dev/null
+++ b/changelog.d/6775.doc
@@ -0,0 +1 @@
+Clarify documentation related to user_dir and federation_reader workers.