diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-03-01 16:47:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-01 16:47:12 +0000 |
commit | 30649529398a2a57c52b6878a5753a5bf650cf25 (patch) | |
tree | 29e8b81737a3f336cf4afc46fe8102b2664bc172 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-30649529398a2a57c52b6878a5753a5bf650cf25.tar.xz |
Fix incorrect log about not persisting duplicate state event. (#4776)
We were logging this when it was not true.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4776.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4776.bugfix b/changelog.d/4776.bugfix new file mode 100644 index 0000000000..ce3e6ce33c --- /dev/null +++ b/changelog.d/4776.bugfix @@ -0,0 +1 @@ +Fix incorrect log about not persisting duplicate state event. |