Some instance software sends Person
objects with the discoverable
property set to null
instead of a boolean value. This causes an exception when creating or updating the user, as Person.discoverable
is mapped to user.explorable
which does not allow nulls. We fix this by coercing the raw value to a boolean. (This is the same trick used for Person.hideOnlineStatus
and Person.enableRss
.)
By submitting this merge request, you agree to follow our Contribution Guidelines