diff options
author | feld <feld@feld.me> | 2024-09-01 18:08:07 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2024-09-01 18:08:07 +0000 |
commit | 61e4be396f741cf45a2861e026b1e5fb3d185d99 (patch) | |
tree | dd2acf01001491062976979fb4e73b2e690a97e7 /changelog.d | |
parent | 62856ab18f8992fb73cb27db40bbea9f29b5d1b6 (diff) | |
parent | bb235f913fb88f925abc791285808afe63d14bca (diff) | |
download | pleroma-61e4be396f741cf45a2861e026b1e5fb3d185d99.tar.gz pleroma-61e4be396f741cf45a2861e026b1e5fb3d185d99.zip |
Merge branch 'drop-unknown-deletes' into 'develop'
Drop unwanted activities from unknown actors
See merge request pleroma/pleroma!4236
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/drop-unwanted.change | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/drop-unwanted.change b/changelog.d/drop-unwanted.change new file mode 100644 index 000000000..459d4bfe6 --- /dev/null +++ b/changelog.d/drop-unwanted.change @@ -0,0 +1 @@ +Restrict incoming activities from unknown actors to a subset that does not imply a previous relationship and early rejection of unrecognized activity types. |