diff options
author | lain <lain@soykaf.club> | 2024-08-08 05:29:46 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2024-08-08 05:29:46 +0000 |
commit | 72b5974f81bcc8e1c7de517b5d9a01a52d9fae63 (patch) | |
tree | c23f45fc410c1e8d4bf96d91d53fe72c49f8f138 /changelog.d | |
parent | 45611ed3255035845194d37cf1acd5d35f77a164 (diff) | |
parent | ca934b744f9c6095315421990975c1e9a7b9cd85 (diff) | |
download | pleroma-72b5974f81bcc8e1c7de517b5d9a01a52d9fae63.tar.gz pleroma-72b5974f81bcc8e1c7de517b5d9a01a52d9fae63.zip |
Merge branch 'follow-validator' into 'develop'
Do not require a cc field when validating an incoming Follow activity
See merge request pleroma/pleroma!4212
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/follow-validator.fix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/follow-validator.fix b/changelog.d/follow-validator.fix new file mode 100644 index 000000000..d49932b7b --- /dev/null +++ b/changelog.d/follow-validator.fix @@ -0,0 +1 @@ +Improve the FollowValidator to successfully incoming activities with an errant cc field. |