diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-12-10 13:55:03 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-12-10 13:55:03 +0000 |
commit | ae49d29ef1dabec25dc348bf11c2919d28d1cef3 (patch) | |
tree | 2228fb183a5ff8e875f63453819c7869a70ff4c0 /changelog.d | |
parent | Merge pull request #6509 from matrix-org/babolivier/fix-room-store-config (diff) | |
download | synapse-ae49d29ef1dabec25dc348bf11c2919d28d1cef3.tar.xz |
Fixup changelogs
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6507.bugfix | 2 | ||||
-rw-r--r-- | changelog.d/6509.bugfix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/changelog.d/6507.bugfix b/changelog.d/6507.bugfix index 7f95da52c9..d767a6237f 100644 --- a/changelog.d/6507.bugfix +++ b/changelog.d/6507.bugfix @@ -1 +1 @@ -Fix pusher worker failing because it can't retrieve retention policies for rooms. +Fix regression where sending email push would not work when using a pusher worker. diff --git a/changelog.d/6509.bugfix b/changelog.d/6509.bugfix index 7f95da52c9..d767a6237f 100644 --- a/changelog.d/6509.bugfix +++ b/changelog.d/6509.bugfix @@ -1 +1 @@ -Fix pusher worker failing because it can't retrieve retention policies for rooms. +Fix regression where sending email push would not work when using a pusher worker. |