diff options
author | Ilja <pleroma@spectraltheorem.be> | 2022-05-08 18:10:40 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-05-08 18:10:40 +0000 |
commit | a8093732bd1f90a7b3c83b264cbddb96a578bafe (patch) | |
tree | 5e9c4cf672812d7d1bd24726ff90c8c555bd3be5 /CHANGELOG.md | |
parent | fa8e2ffa3f493d5b2911507b0ac06094615e9d8f (diff) | |
download | pleroma-a8093732bd1f90a7b3c83b264cbddb96a578bafe.tar.gz pleroma-a8093732bd1f90a7b3c83b264cbddb96a578bafe.zip |
Also use actor_type to determine if an account is a bot in antiFollowbotPolicy
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
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 |