summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDenis <dakariakin@gmail.com>2022-09-20 10:44:38 +0200
committerGitHub <noreply@github.com>2022-09-20 09:44:38 +0100
commitc802ef14119b21cfdf8f5a9c246b695c98c0f718 (patch)
tree20deb7b9c36ce1a18245c016e549935c1e1d9bc7 /changelog.d
parentAdd support to purge rows from MSC2716 and other tables when purging a room (... (diff)
downloadsynapse-c802ef14119b21cfdf8f5a9c246b695c98c0f718.tar.xz
Don't include redundant prev_state in new events (#13791)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13791.removal1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13791.removal b/changelog.d/13791.removal
new file mode 100644
index 0000000000..283226b63e
--- /dev/null
+++ b/changelog.d/13791.removal
@@ -0,0 +1 @@
+Don't include redundant `prev_state` in new events. Contributed by Denis Kariakin (@dakariakin).