synapse/changelog.d
Richard van der Hoff d8324b8238
Fix a handful of type annotations. (#10446)
* switch from `types.CoroutineType` to `typing.Coroutine`

these should be identical semantically, and since `defer.ensureDeferred` is
defined to take a `typing.Coroutine`, will keep mypy happy

* Fix some annotations on inlineCallbacks functions

* changelog
2021-07-22 12:00:16 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
10283.feature MSC3244 room capabilities implementation (#10283) 2021-07-20 12:59:23 +01:00
10416.misc Move the docker image build to Github Actions (#10416) 2021-07-21 12:33:35 +01:00
10426.feature Update the notification email subject when invited to a space. (#10426) 2021-07-21 17:29:54 +00:00
10429.misc Drop xenial-support hacks (#10429) 2021-07-21 21:25:28 +01:00
10432.misc Switch to chunk events so we can auth via power_levels (MSC2716) (#10432) 2021-07-21 10:29:57 +00:00
10437.misc Add type hints to additional servlet functions (#10437) 2021-07-21 18:12:22 +00:00
10438.misc Add a return type to parse_string. (#10438) 2021-07-21 09:47:56 -04:00
10444.misc Fix the tests-done Github Actions job (#10444) 2021-07-22 11:10:30 +01:00
10445.doc Fix the hierarchy of OpenID providers in the docs. (#10445) 2021-07-21 13:48:06 -04:00
10446.misc Fix a handful of type annotations. (#10446) 2021-07-22 12:00:16 +01:00
10451.misc Cancel redundant GHA workflows (#10451) 2021-07-22 11:35:06 +01:00
10453.doc Move dev/ docs to development/ (#10453) 2021-07-22 12:58:24 +02:00