diff options
author | Erik Johnston <erik@matrix.org> | 2019-12-11 14:14:30 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-12-11 14:14:30 +0000 |
commit | adb3a873fdb2b9eb6b41a95c193d97ae0983a72b (patch) | |
tree | 7d02b56988a02fc3f961d9367081ffbd6c1284cd /changelog.d | |
parent | Prevent redacted events from appearing in message search (#6377) (diff) | |
parent | 1.7.0rc2 (diff) | |
download | synapse-adb3a873fdb2b9eb6b41a95c193d97ae0983a72b.tar.xz |
Merge tag 'v1.7.0rc2' into develop
Synapse 1.7.0rc2 (2019-12-11) ============================= Bugfixes -------- - Fix incorrect error message for invalid requests when setting user's avatar URL. ([\#6497](https://github.com/matrix-org/synapse/issues/6497)) - Fix support for SQLite 3.7. ([\#6499](https://github.com/matrix-org/synapse/issues/6499)) - Fix regression where sending email push would not work when using a pusher worker. ([\#6507](https://github.com/matrix-org/synapse/issues/6507), [\#6509](https://github.com/matrix-org/synapse/issues/6509))
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6497.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/6499.bugfix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/changelog.d/6497.bugfix b/changelog.d/6497.bugfix deleted file mode 100644 index 92ed08fc40..0000000000 --- a/changelog.d/6497.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix error message when setting your profile's avatar URL mentioning displaynames, and prevent NoneType avatar_urls. \ No newline at end of file diff --git a/changelog.d/6499.bugfix b/changelog.d/6499.bugfix deleted file mode 100644 index 299feba0f8..0000000000 --- a/changelog.d/6499.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix support for SQLite 3.7. |