diff options
author | Erik Johnston <erikj@element.io> | 2024-04-17 16:08:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-17 16:08:40 +0100 |
commit | 803f05f60caab050e68bfc022a6da3dac5a9a75f (patch) | |
tree | faa0bf6cd239afbc5f147a9ff56a86e689374ffa /changelog.d/17096.misc | |
parent | Support for MSC4108 via delegation (#17086) (diff) | |
download | synapse-803f05f60caab050e68bfc022a6da3dac5a9a75f.tar.xz |
Fix remote receipts for events we don't have (#17096)
Introduced in #17032
Diffstat (limited to 'changelog.d/17096.misc')
-rw-r--r-- | changelog.d/17096.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17096.misc b/changelog.d/17096.misc new file mode 100644 index 0000000000..b03f6f42e5 --- /dev/null +++ b/changelog.d/17096.misc @@ -0,0 +1 @@ +Use new receipts column to optimise receipt and push action SQL queries. Contributed by Nick @ Beeper (@fizzadar). |