Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 9e13cd9

Browse files
committed
Update upgrade notes
1 parent b01e953 commit 9e13cd9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/upgrade.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ process, for example:
8585
dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
8686
```
8787

88+
# Upgrading to v1.45.0
89+
90+
## Changes required to media storage provider modules when reading from the Synapse configuration object
91+
92+
Media storage provider modules that read from the Synapse configuration object (i.e. that
93+
read the value of `hs.config.[...]`) now need to specify the configuration section they're
94+
reading from. This means that if a module reads the value of e.g. `hs.config.media_store_path`,
95+
it needs to replace it with `hs.config.media.media_store_path`.
96+
8897
# Upgrading to v1.44.0
8998
9099
## The URL preview cache is no longer mirrored to storage providers

0 commit comments

Comments
 (0)