summary refs log tree commit diff
path: root/changelog.d/17044.misc
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-04-02 15:33:56 +0100
committerGitHub <noreply@github.com>2024-04-02 15:33:56 +0100
commitec174d047005e4ac976311f4d3730452b2c5710f (patch)
tree936ab8ef3e9534be64000b3ce7264c9f1ded4377 /changelog.d/17044.misc
parentFixups to new push stream (#17038) (diff)
downloadsynapse-ec174d047005e4ac976311f4d3730452b2c5710f.tar.xz
Refactor chain fetching (#17044)
Since these queries are duplicated in two places.
Diffstat (limited to 'changelog.d/17044.misc')
-rw-r--r--changelog.d/17044.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17044.misc b/changelog.d/17044.misc
new file mode 100644
index 0000000000..a1439752d3
--- /dev/null
+++ b/changelog.d/17044.misc
@@ -0,0 +1 @@
+Refactor auth chain fetching to reduce duplication.