diff options
author | Denis <dakariakin@gmail.com> | 2022-09-20 10:44:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 09:44:38 +0100 |
commit | c802ef14119b21cfdf8f5a9c246b695c98c0f718 (patch) | |
tree | 20deb7b9c36ce1a18245c016e549935c1e1d9bc7 /changelog.d | |
parent | Add support to purge rows from MSC2716 and other tables when purging a room (... (diff) | |
download | synapse-c802ef14119b21cfdf8f5a9c246b695c98c0f718.tar.xz |
Don't include redundant prev_state in new events (#13791)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13791.removal | 1 |
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). |