diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2021-10-19 11:44:53 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2021-10-19 11:44:53 +0000 |
commit | 98c31cf42572767e064795df288ca681cda25788 (patch) | |
tree | 8a69b70f2323b74003f331f9426b80028ef92a16 /latest/upgrade.html | |
parent | deploy: b1c1a34f4680f89e5de506444155081c380dae97 (diff) | |
download | synapse-98c31cf42572767e064795df288ca681cda25788.tar.xz |
deploy: 95813ff43cc08f2064049050a67e027751d9b091
Diffstat (limited to 'latest/upgrade.html')
-rw-r--r-- | latest/upgrade.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/latest/upgrade.html b/latest/upgrade.html index 8855733a60..5903e19174 100644 --- a/latest/upgrade.html +++ b/latest/upgrade.html @@ -260,6 +260,12 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </code></pre> </li> </ul> +<h1 id="upgrading-to-v1450"><a class="header" href="#upgrading-to-v1450">Upgrading to v1.45.0</a></h1> +<h2 id="changes-required-to-media-storage-provider-modules-when-reading-from-the-synapse-configuration-object"><a class="header" href="#changes-required-to-media-storage-provider-modules-when-reading-from-the-synapse-configuration-object">Changes required to media storage provider modules when reading from the Synapse configuration object</a></h2> +<p>Media storage provider modules that read from the Synapse configuration object (i.e. that +read the value of <code>hs.config.[...]</code>) now need to specify the configuration section they're +reading from. This means that if a module reads the value of e.g. <code>hs.config.media_store_path</code>, +it needs to replace it with <code>hs.config.media.media_store_path</code>.</p> <h1 id="upgrading-to-v1440"><a class="header" href="#upgrading-to-v1440">Upgrading to v1.44.0</a></h1> <h2 id="the-url-preview-cache-is-no-longer-mirrored-to-storage-providers"><a class="header" href="#the-url-preview-cache-is-no-longer-mirrored-to-storage-providers">The URL preview cache is no longer mirrored to storage providers</a></h2> <p>The <code>url_cache/</code> and <code>url_cache_thumbnails/</code> directories in the media store are |