diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-01-31 16:50:13 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-02-06 16:08:27 +0000 |
commit | 928edef9793bf10fa6156a42c4babbfaaaa17f88 (patch) | |
tree | 9f501f9aac23aeed055190a5bcd32309bd8ae9b2 /changelog.d | |
parent | pass room version into FederationClient.send_join (#6854) (diff) | |
download | synapse-928edef9793bf10fa6156a42c4babbfaaaa17f88.tar.xz |
Pass room_version into `event_from_pdu_json`
It's called from all over the shop, so this one's a bit messy.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6856.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6856.misc b/changelog.d/6856.misc new file mode 100644 index 0000000000..08aa80bcd9 --- /dev/null +++ b/changelog.d/6856.misc @@ -0,0 +1 @@ +Refactoring work in preparation for changing the event redaction algorithm. |