summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorNick Barrett <nick@beeper.com>2021-11-03 16:51:00 +0000
committerGitHub <noreply@github.com>2021-11-03 16:51:00 +0000
commita271e233e9f846193c22b6d74f33ae7d7f2c1167 (patch)
tree877926e75afeff8ceb355a1fad747a4ad886ca2c /changelog.d
parentEnable passing typing stream writers as a list. (#11237) (diff)
downloadsynapse-a271e233e9f846193c22b6d74f33ae7d7f2c1167.tar.xz
Add a linearizer on (appservice, stream) when handling ephemeral events. (#11207)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11207.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11207.bugfix b/changelog.d/11207.bugfix
new file mode 100644
index 0000000000..7e98d565a1
--- /dev/null
+++ b/changelog.d/11207.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug which could result in serialization errors and potentially duplicate transaction data when sending ephemeral events to application services. Contributed by @Fizzadar at Beeper.