synapse/changelog.d/6996.bugfix
Patrick Cloke 380122866f
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.
2020-02-26 11:32:13 -05:00

2 lines
106 B
Plaintext

Fix bug which caused an error when joining a room, with `'coroutine' object has no attribute 'event_id'`.