diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-11-06 10:01:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-06 10:01:39 +0000 |
commit | 807ec3bd99908d2991d2b3d0615b0862610c6dc3 (patch) | |
tree | 1c46d67920643cbaad45ef63e8cbc645f11c172e /changelog.d | |
parent | Add some checks that we aren't using state from rejected events (#6330) (diff) | |
download | synapse-807ec3bd99908d2991d2b3d0615b0862610c6dc3.tar.xz |
Fix bug which caused rejected events to be stored with the wrong room state (#6320)
Fixes a bug where rejected events were persisted with the wrong state group. Also fixes an occasional internal-server-error when receiving events over federation which are rejected and (possibly because they are backwards-extremities) have no prev_group. Fixes #6289.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6320.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6320.bugfix b/changelog.d/6320.bugfix new file mode 100644 index 0000000000..2c3fad5655 --- /dev/null +++ b/changelog.d/6320.bugfix @@ -0,0 +1 @@ +Fix bug which casued rejected events to be persisted with the wrong room state. |