diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-05-08 18:10:40 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-05-08 18:10:40 +0000 |
commit | 4605efe272016a5ba8ba6e96a9bec9a6e40c1591 (patch) | |
tree | 2f7a914d426f16cbc576f7a03b26045938f5518f /CHANGELOG.md | |
parent | 214ef7ff73abc0d6720c0944cd4022216f595ebd (diff) | |
parent | a8093732bd1f90a7b3c83b264cbddb96a578bafe (diff) | |
download | pleroma-4605efe272016a5ba8ba6e96a9bec9a6e40c1591.tar.gz pleroma-4605efe272016a5ba8ba6e96a9bec9a6e40c1591.zip |
Merge branch 'improve_anti_followbot_policy' into 'develop'
Also use actor_type to determine if an account is a bot in antiFollowbotPolicy
Closes #2561
See merge request pleroma/pleroma!3498
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 fc5abb9f1..19bccd115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -97,6 +97,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 |