summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.md4
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 @@
2 2
3## UNRELEASED 3## UNRELEASED
4 4
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. 5If 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.
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
9Added Ukrainian translation (contributed by wincentbalin). 9Added Ukrainian translation (contributed by wincentbalin).
10 10
11New command-line option `muted`, to list all muted actors. 11New command-line option `muted`, to list all MUTEd actors.
12 12
13Mastodon API: Fixed metadata and follower approval flag when editing the account. 13Mastodon API: Fixed metadata and follower approval flag when editing the account.
14 14