summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-10-12 14:27:34 +0100
committerErik Johnston <erik@matrix.org>2021-10-12 14:27:34 +0100
commit2aacb49446754c1fc22320ea9c780a0a29fb286c (patch)
tree585c3dbb6cc0cbfea2893e0a30280a3f1bbdb123 /docs
parentMerge branch 'release-v1.45' into matrix-org-hotfixes (diff)
parentFix race in `MultiWriterIdGenerator` (#11045) (diff)
downloadsynapse-2aacb49446754c1fc22320ea9c780a0a29fb286c.tar.xz
Merge remote-tracking branch 'origin/release-v1.45' into matrix-org-hotfixes
Diffstat (limited to 'docs')
-rw-r--r--docs/upgrade.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md

index a8221372df..18ecb2678e 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md
@@ -85,6 +85,15 @@ process, for example: dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb ``` +# Upgrading to v1.45.0 + +## Changes required to media storage provider modules when reading from the Synapse configuration object + +Media storage provider modules that read from the Synapse configuration object (i.e. that +read the value of `hs.config.[...]`) now need to specify the configuration section they're +reading from. This means that if a module reads the value of e.g. `hs.config.media_store_path`, +it needs to replace it with `hs.config.media.media_store_path`. + # Upgrading to v1.44.0 ## The URL preview cache is no longer mirrored to storage providers