diff options
| author | 2025-07-30 18:11:59 +0200 | |
|---|---|---|
| committer | 2025-07-30 18:11:59 +0200 | |
| commit | 5ad93d0ed1706fdc32f471555adeeaa2dc440259 (patch) | |
| tree | 670c60e4031acba3b19d6257f6f0fb84d0b61c05 | |
| parent | New server knob 'propagate_local_purge'. (diff) | |
| download | penes-snac2-5ad93d0ed1706fdc32f471555adeeaa2dc440259.tar.gz penes-snac2-5ad93d0ed1706fdc32f471555adeeaa2dc440259.tar.xz penes-snac2-5ad93d0ed1706fdc32f471555adeeaa2dc440259.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 2 |
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 | ||
| 5 | Purged local posts now generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem. | 5 | 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. |
| 6 | 6 | ||
| 7 | 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). | 7 | 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). |
| 8 | 8 | ||