summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIlja <pleroma@spectraltheorem.be>2022-05-08 18:10:40 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-05-08 18:10:40 +0000
commita8093732bd1f90a7b3c83b264cbddb96a578bafe (patch)
tree5e9c4cf672812d7d1bd24726ff90c8c555bd3be5 /CHANGELOG.md
parentfa8e2ffa3f493d5b2911507b0ac06094615e9d8f (diff)
Also use actor_type to determine if an account is a bot in antiFollowbotPolicy
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e6e0fdf2..8a697ce54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -90,6 +90,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