Do not check instance's actor.type in case of Pleroma/Akkoma
The person_check
function was added in commit 7d37ec81, that may reject Pleroma/Akkoma instances if /actor has type != 'Application'. But, since the comment in the code says, that actor.type is expected to have non-application type in case of Pleroma/Akkoma instances, we should ignore it for them.