summary refs log tree commit diff
path: root/changelog.d/14592.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Properly handle unknown results for the stream change cache. (#14592)Patrick Cloke2022-12-021-0/+1
StreamChangeCache.get_all_changed_entities can return None to signify it does not have information at the given stream position. Two callers (related to device lists and presence) were treating this response the same as an empty list (i.e. there being no updates).