diff options
author | Quentin Gliech <quenting@element.io> | 2023-03-07 17:05:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 16:05:22 +0000 |
commit | 47bc84dd53b81523d9400af462dcff68185b22fd (patch) | |
tree | 386a263e8fb1e96bddbde66c7cf557b099a124ce /changelog.d | |
parent | Stabilize support for MSC3966: event_property_contains push condition. (#15187) (diff) | |
download | synapse-47bc84dd53b81523d9400af462dcff68185b22fd.tar.xz |
Pass the Requester down to the HttpTransactionCache. (#15200)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15200.misc | 1 |
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. |