diff options
author | Tulir Asokan <tulir@maunium.net> | 2021-11-29 15:13:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 13:13:23 +0000 |
commit | 7b4e228e415a6ed85bbd6a2fc37f305e1cb81c82 (patch) | |
tree | 55e00dd0a1b515831316c9769322af22d23db233 /changelog.d | |
parent | disallow-untyped-defs for the module_api (#11029) (diff) | |
download | synapse-7b4e228e415a6ed85bbd6a2fc37f305e1cb81c82.tar.xz |
Fix using MSC2716 batch sending with event persistence workers (#11220)
Signed-off-by: Tulir Asokan <tulir@beeper.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11220.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11220.bugfix b/changelog.d/11220.bugfix new file mode 100644 index 0000000000..8baae28d5b --- /dev/null +++ b/changelog.d/11220.bugfix @@ -0,0 +1 @@ +Fix using MSC2716 batch sending in combination with event persistence workers. Contributed by @tulir at Beeper. |