summary refs log tree commit diff
path: root/changelog.d/15200.misc
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2023-03-07 17:05:22 +0100
committerGitHub <noreply@github.com>2023-03-07 16:05:22 +0000
commit47bc84dd53b81523d9400af462dcff68185b22fd (patch)
tree386a263e8fb1e96bddbde66c7cf557b099a124ce /changelog.d/15200.misc
parentStabilize support for MSC3966: event_property_contains push condition. (#15187) (diff)
downloadsynapse-47bc84dd53b81523d9400af462dcff68185b22fd.tar.xz
Pass the Requester down to the HttpTransactionCache. (#15200)
Diffstat (limited to 'changelog.d/15200.misc')
-rw-r--r--changelog.d/15200.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15200.misc b/changelog.d/15200.misc
new file mode 100644
index 0000000000..dc66172226
--- /dev/null
+++ b/changelog.d/15200.misc
@@ -0,0 +1 @@
+Make the `HttpTransactionCache` use the `Requester` in addition of the just the `Request` to build the transaction key.