summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar grunfink2025-07-30 18:11:59 +0200
committerGravatar grunfink2025-07-30 18:11:59 +0200
commit5ad93d0ed1706fdc32f471555adeeaa2dc440259 (patch)
tree670c60e4031acba3b19d6257f6f0fb84d0b61c05
parentNew server knob 'propagate_local_purge'. (diff)
downloadpenes-snac2-5ad93d0ed1706fdc32f471555adeeaa2dc440259.tar.gz
penes-snac2-5ad93d0ed1706fdc32f471555adeeaa2dc440259.tar.xz
penes-snac2-5ad93d0ed1706fdc32f471555adeeaa2dc440259.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index a806b90..09711b9 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,7 +2,7 @@
2 2
3## UNRELEASED 3## UNRELEASED
4 4
5Purged local posts now generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem. 5If the `propagate_local_purge` configuration variable is set to `true` in `server.json`, purged local post generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem.
6 6
7Included a small tweak to avoid being confused by implementations that return valid webfinger queries for non-account URLs (like i.e. the Wordpress ActivityPub plugin in some configurations). 7Included a small tweak to avoid being confused by implementations that return valid webfinger queries for non-account URLs (like i.e. the Wordpress ActivityPub plugin in some configurations).
8 8