0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-18 23:58:59 +02:00
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

1 line
106 B
Text

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