summary refs log tree commit diff
path: root/docs/upgrade.md
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-10-12 11:23:51 +0100
committerBrendan Abolivier <babolivier@matrix.org>2021-10-12 11:23:51 +0100
commit9e13cd98af154c7a67220cd13e5153025e94dc5b (patch)
tree75b2c3f07959f596de6fbde75a7a044efc45aef2 /docs/upgrade.md
parentAdd warning about known issues (diff)
downloadsynapse-9e13cd98af154c7a67220cd13e5153025e94dc5b.tar.xz
Update upgrade notes
Diffstat (limited to 'docs/upgrade.md')
-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