Skip to content

Do not check instance's actor.type in case of Pleroma/Akkoma

Dmytro Poltavchenko requested to merge zen/relay:zen-master-patch-50595 into master

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.

Merge request reports