diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-14 15:51:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 15:51:13 -0400 |
commit | 8d0097bef112c848d37b1d2f601eb979e89245f6 (patch) | |
tree | 8f19e31d760a6d3ff6bee9e8cf20eec355b8fc43 /changelog.d | |
parent | Allow email subjects to be customised through Synapse's configuration (#7846) (diff) | |
download | synapse-8d0097bef112c848d37b1d2f601eb979e89245f6.tar.xz |
Fix bug in per-room message retention policies. (#7850)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7850.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7850.bugfix b/changelog.d/7850.bugfix new file mode 100644 index 0000000000..5f19a89043 --- /dev/null +++ b/changelog.d/7850.bugfix @@ -0,0 +1 @@ +Fix "AttributeError: 'str' object has no attribute 'get'" error message when applying per-room message retention policies. The bug was introduced in Synapse 1.7.0. |