Skip to content

Fix GenericAccount::to_email_identifier not actually working

Michael Gratton requested to merge mjog/fix-email-id-from-variant into mainline

The GVariant type "*" only matches a single data type, not many, and the sense of the test to check serialised ids was wrong anyway. As a reuslt, this method probably never worked. Add a unit test.

Merge request reports