summary refs log tree commit diff
path: root/changelog.d/10843.bugfix
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-09-22 13:35:31 +0100
committerDavid Robertson <davidr@element.io>2021-09-22 13:35:31 +0100
commita8340692aba9eab439e989d1c2512e107abe455f (patch)
treef2d206753cf79498065bef6556b870a949484bf8 /changelog.d/10843.bugfix
parentMerge remote-tracking branch 'origin/dmr/cache-eviction-hack' into matrix-org... (diff)
parentInclude outlier status in `str(event)` for V2/V3 events (#10879) (diff)
downloadsynapse-a8340692aba9eab439e989d1c2512e107abe455f.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'changelog.d/10843.bugfix')
-rw-r--r--changelog.d/10843.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10843.bugfix b/changelog.d/10843.bugfix
new file mode 100644

index 0000000000..5027a1dbef --- /dev/null +++ b/changelog.d/10843.bugfix
@@ -0,0 +1 @@ +Fix a bug causing the `remove_stale_pushers` background job to repeatedly fail and log errors. This bug affected Synapse servers that had been upgraded from version 1.28 or older and are using SQLite.