summary refs log tree commit diff
path: root/changelog.d/7019.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Always return a deferred from `get_current_state_deltas`. (#7019)Erik Johnston2020-03-021-0/+1
This currently causes presence notify code to log exceptions when there is no state changes to process. This doesn't actually cause any problems as we'd simply do nothing anyway.