diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-02-26 11:32:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 11:32:13 -0500 |
commit | 380122866f8cf7b891c95f10a60c83537ef6c780 (patch) | |
tree | f1b91ce761f54876fc8d34b2b1886b3c1f381db7 /changelog.d | |
parent | 1.11.0 (diff) | |
download | synapse-380122866f8cf7b891c95f10a60c83537ef6c780.tar.xz |
Cast a coroutine into a Deferred in the federation base (#6996)
Properly convert a coroutine into a Deferred in federation_base to fix an error when joining a room.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6996.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6996.bugfix b/changelog.d/6996.bugfix new file mode 100644 index 0000000000..765d376c7c --- /dev/null +++ b/changelog.d/6996.bugfix @@ -0,0 +1 @@ +Fix bug which caused an error when joining a room, with `'coroutine' object has no attribute 'event_id'`. |