Commit Graph

3 Commits (83a20a2dc299a13ac6201e0519d4b86f017e9975)

Author SHA1 Message Date
Andrew Morgan e768fae0c0 Move PublicRoomsManager tests to ModuleApi 2020-09-11 17:01:02 +01:00
Patrick Cloke 4c6c56dc58
Convert simple_select_one and simple_select_one_onecol to async (#8162) 2020-08-26 07:19:32 -04:00
Andrew Morgan 3e6b5bba71
Wrap register_device coroutine in an ensureDeferred (#7684)
Fixes https://github.com/matrix-org/synapse/issues/7683

Broke in: #7649

We had a `yield` acting on a coroutine. To be fair this one is a bit difficult to notice as there's a function in the middle that just passes the coroutine along.
2020-06-16 10:13:59 +01:00