MatrixSynapse/synapse
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
..
_scripts
api Update to the stable SSO prefix for UI Auth. (#7630) 2020-06-05 10:50:08 -04:00
app Attempt to fix PhoneHomeStatsTestCase.test_performance_100 being flaky. (#7634) 2020-06-05 07:36:47 -04:00
appservice
config Add an option to disable autojoin for guest accounts (#6637) 2020-06-05 18:18:15 +01:00
crypto
events
federation
groups Convert groups local and server to async/await. (#7600) 2020-06-01 07:28:43 -04:00
handlers Convert the registration handler to async/await. (#7649) 2020-06-08 11:15:02 -04:00
http Clean up exception handling in SAML2ResponseResource (#7614) 2020-06-03 10:41:12 +01:00
logging
metrics Make inflight background metrics more efficient. (#7597) 2020-05-29 13:25:32 +01:00
module_api Wrap register_device coroutine in an ensureDeferred (#7684) 2020-06-16 10:13:59 +01:00
push
replication Fix bug in account data replication stream. (#7656) 2020-06-09 16:28:57 +01:00
res/templates
rest Enable 3PID add/bind/unbind endpoints on r0 routes 2020-06-15 16:14:13 +01:00
server_notices
spam_checker_api
state
static Accept device information at the login fallback endpoint. (#7629) 2020-06-08 10:13:24 -04:00
storage Fix bug in account data replication stream. (#7656) 2020-06-09 16:28:57 +01:00
streams
util Performance improvements and refactor of Ratelimiter (#7595) 2020-06-05 10:47:20 +01:00
__init__.py 1.15.0 2020-06-11 13:27:27 +01:00
event_auth.py
notifier.py
python_dependencies.py
secrets.py
server.py Performance improvements and refactor of Ratelimiter (#7595) 2020-06-05 10:47:20 +01:00
server.pyi
types.py
visibility.py