diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-01-07 14:09:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 14:09:07 +0000 |
commit | d20c3465441cd64ba3a1e84ee399bbadc0997bdf (patch) | |
tree | b9d3565ef36229fee4c69377e1797906fa6eede9 /changelog.d | |
parent | Merge pull request #6645 from matrix-org/rav/fix_synchrotron_error (diff) | |
download | synapse-d20c3465441cd64ba3a1e84ee399bbadc0997bdf.tar.xz |
port BackgroundUpdateTestCase to HomeserverTestCase (#6653)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6653.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6653.misc b/changelog.d/6653.misc new file mode 100644 index 0000000000..fbe7c0e7db --- /dev/null +++ b/changelog.d/6653.misc @@ -0,0 +1 @@ +Port core background update routines to async/await. |