diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-02-03 13:15:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-03 13:15:23 +0000 |
commit | b0d112e78b96168852260b3986d348ae3a98292f (patch) | |
tree | 3971851245b03ce5b56c42da1f05c3a3f319ae5a /changelog.d | |
parent | Update changelog (diff) | |
download | synapse-b0d112e78b96168852260b3986d348ae3a98292f.tar.xz |
Fix `room_version` in `on_invite_request` flow (#6827)
I messed this up a bit in #6805, but fortunately we weren't actually doing anything with the room_version so it didn't matter that it was a str not a RoomVersion.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6827.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6827.misc b/changelog.d/6827.misc new file mode 100644 index 0000000000..08aa80bcd9 --- /dev/null +++ b/changelog.d/6827.misc @@ -0,0 +1 @@ +Refactoring work in preparation for changing the event redaction algorithm. |