Skip to content

presence: Fix error detection when syncing initial screensaver state

Benjamin Berg requested to merge benzea/fix-screensaver-initial-sync into master

The preview bugfix in commit f5115349 was incorrect as it tested for the variant to be non-NULL to detect an error (rather than NULL).

Fix this.

Merge request reports