diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-18 07:53:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 07:53:23 -0400 |
commit | 25e55d25980ae048bd33f8c695a22a3ddaa971fe (patch) | |
tree | ea98615f6a7a1c65405c1e3c5e8e6380aa27d27b /changelog.d | |
parent | Add resources.consent conditional dependency back (#8107) (diff) | |
download | synapse-25e55d25980ae048bd33f8c695a22a3ddaa971fe.tar.xz |
Return the previous stream token if a non-member event is a duplicate. (#8093)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8093.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8093.bugfix b/changelog.d/8093.bugfix new file mode 100644 index 0000000000..80045dde1a --- /dev/null +++ b/changelog.d/8093.bugfix @@ -0,0 +1 @@ +Return the previous stream token if a non-member event is a duplicate. |