Skip to content

Also use actor_type to determine if an account is a bot in antiFollowbotPolicy

Ilja requested to merge ilja/pleroma:improve_anti_followbot_policy into develop

Closes #2561 (closed)

An account can be marked as "Bot". Those accounts will have actor_type="Service". Bots who follow someone out of the blue should be considered a followbot. However, there may be bots that need to follow their target. In that case the target needs to be able to show it's ok to be followed. To do this, we check if the target follows the bot.

  • Consider accounts with actor_type="Service" follow bots
    • Unless the target account follows the bot
Edited by Ilja

Merge request reports