diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-30 11:44:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 11:44:18 +0100 |
commit | 770d1ef6733cd2560b7bddbc6ec43ea72c95400d (patch) | |
tree | 1707085c2d3b3a6e283b6aefb6bc35a4319a541f /changelog.d | |
parent | Merge pull request #6274 from matrix-org/erikj/replication_async (diff) | |
parent | Merge branch 'erikj/federation_server_async_await' of github.com:matrix-org/s... (diff) | |
download | synapse-770d1ef6733cd2560b7bddbc6ec43ea72c95400d.tar.xz |
Merge pull request #6280 from matrix-org/erikj/receipts_async_await
Port receipt and read markers to async/wait
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6280.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6280.misc b/changelog.d/6280.misc new file mode 100644 index 0000000000..96a0eb21b2 --- /dev/null +++ b/changelog.d/6280.misc @@ -0,0 +1 @@ +Port receipt and read markers to async/wait. |