aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2025-07-30 18:11:59 +0200
committergrunfink <grunfink@comam.es>2025-07-30 18:11:59 +0200
commit5ad93d0ed1706fdc32f471555adeeaa2dc440259 (patch)
tree670c60e4031acba3b19d6257f6f0fb84d0b61c05
parent375b7871540b74f219ab655b188d6d0f5b10bcef (diff)
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 @@
## UNRELEASED
-Purged local posts now generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem.
+If 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.
Included 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).