summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-01-31 16:50:13 +0000
committerRichard van der Hoff <richard@matrix.org>2020-02-06 16:08:27 +0000
commit928edef9793bf10fa6156a42c4babbfaaaa17f88 (patch)
tree9f501f9aac23aeed055190a5bcd32309bd8ae9b2 /changelog.d
parentpass room version into FederationClient.send_join (#6854) (diff)
downloadsynapse-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.misc1
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.