diff options
author | Mark Felder <feld@feld.me> | 2024-08-07 14:42:44 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-08-07 14:42:44 -0400 |
commit | b25f67372b0f425ae428a1b6b18156553c995dc2 (patch) | |
tree | 2bb0340c6c87f8b09af13269eeb99b7abdf94307 /changelog.d | |
parent | 8f15000c0f4c81b27b3a7077092f1ba1b37da205 (diff) | |
download | pleroma-b25f67372b0f425ae428a1b6b18156553c995dc2.tar.gz pleroma-b25f67372b0f425ae428a1b6b18156553c995dc2.zip |
Improve the FollowValidator
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. |