summary refs log tree commit diff
path: root/changelog.d/14055.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.73.0rc1David Robertson2022-11-291-1/+0
|
* Add a type hint for `get_device_handler()` and fix incorrect types. (#14055)Patrick Cloke2022-11-221-0/+1
This was the last untyped handler from the HomeServer object. Since it was being treated as Any (and thus unchecked) it was being used incorrectly in a few places.