diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-24 13:25:01 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-24 13:25:01 +0000 |
commit | 1bca0d40fc26764478966f62ff68fd2befaeea47 (patch) | |
tree | 39878c73bfa8b35fda6b9f0029ac20545d491cff | |
parent | Port PresenceHandler to async/await (#6991) (diff) | |
parent | Cast a coroutine into a Deferred in the federation base (#6996) (diff) | |
download | synapse-1bca0d40fc26764478966f62ff68fd2befaeea47.tar.xz |
Cast a coroutine into a Deferred in the federation base (#6996)
* commit '380122866': Cast a coroutine into a Deferred in the federation base (#6996)
-rw-r--r-- | changelog.d/6996.bugfix | 1 | ||||
-rw-r--r-- | synapse/federation/federation_base.py | 14 |
2 files changed, 9 insertions, 6 deletions
diff --git a/changelog.d/6996.bugfix b/changelog.d/6996.bugfix new file mode 100644 |