diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-04-08 18:54:18 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-04-08 18:54:18 +0100 |
commit | ec9331f85145aadb227e1030cf3de20ffe9a336c (patch) | |
tree | 58af24c47ec8c4e316914ea234293ad46163905d /UPGRADE.rst | |
parent | Add url_preview_enabled config option to turn on/off preview_url endpoint. de... (diff) | |
download | synapse-ec9331f85145aadb227e1030cf3de20ffe9a336c.tar.xz |
Add doc
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 4f08cbb96a..554bed2be6 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -30,6 +30,14 @@ running: python synapse/python_dependencies.py | xargs -n1 pip install +Upgrading to v0.15.0 +==================== + +If you want to use the new URL previewing API (/_matrix/media/r0/preview_url) +then you have to explicitly enable it in the config and install the optional +dependencies. See README.rst for details. + + Upgrading to v0.11.0 ==================== |