diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-10-16 12:34:55 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-10-21 15:39:25 +0100 |
commit | 1f4269700c2353263a605856f28ded28501368e1 (patch) | |
tree | 7295f1ee0ca491ff765c7ffbe6290bdc8e49d556 /changelog.d | |
parent | Combine the two sets of tests for CacheDescriptor (diff) | |
download | synapse-1f4269700c2353263a605856f28ded28501368e1.tar.xz |
Push some deferred wrangling down into DeferredCache
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8572.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8572.misc b/changelog.d/8572.misc new file mode 100644 index 0000000000..ea2a6d340d --- /dev/null +++ b/changelog.d/8572.misc @@ -0,0 +1 @@ +Modify `DeferredCache.get()` to return `Deferred`s instead of `ObservableDeferred`s. |