Also use actor_type to determine if an account is a bot in antiFollowbotPolicy
[akkoma] / CHANGELOG.md
index 1cc902d583af299ad505e66d06e92f14df83e8df..2119c8e21633f392b97659bc1fe651773046956f 100644 (file)
@@ -117,6 +117,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - Improved Twittercard and OpenGraph meta tag generation including thumbnails and image dimension metadata when available.
 - AdminAPI: sort users so the newest are at the top.
 - ActivityPub Client-to-Server(C2S): Limitation on the type of Activity/Object are lifted as they are now passed through ObjectValidators
+- MRF (`AntiFollowbotPolicy`): Bot accounts are now also considered followbots. Users can still allow bots to follow them by first following the bot.
 
 ### Added