diff options
| author | grunfink <grunfink@comam.es> | 2025-08-01 08:15:00 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-08-01 08:15:00 +0200 |
| commit | 6968136949c5bd24c40052878e8af098a2962713 (patch) | |
| tree | c45786244fba22719d040d692e452dff83582ad4 | |
| parent | 53216694cf4af93f153989a714c7878d45378789 (diff) | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 09711b9..4c0a27f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,13 +2,13 @@ ## UNRELEASED -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. +If the `propagate_local_purge` configuration variable is set to `true` in `server.json`, purged local posts 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). Added Ukrainian translation (contributed by wincentbalin). -New command-line option `muted`, to list all muted actors. +New command-line option `muted`, to list all MUTEd actors. Mastodon API: Fixed metadata and follower approval flag when editing the account. |