diff options
| author | grunfink <grunfink@comam.es> | 2026-05-29 06:40:54 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-05-29 06:40:54 +0200 |
| commit | 7b40d93784940a3bb1fdd9f50378332f04c3ac8f (patch) | |
| tree | 82dec6a53eb8c45e84d3172cd90420290f8d35b2 | |
| parent | 14d4e9afcd6ff2508795852eaec67e672366d138 (diff) | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 13e4a90..433b969 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,10 @@ Added a new *admirations* entry point to the web UI, containing a timeline of li Nested quoted posts are limited up to 3 levels. +New configuration knob: by setting `keep_replies_posts` to true in `server.json`, remote posts that a local user has replied to are retained in the public timeline, preventing them from being purged (contributed by hanchan). + +New configuration knob: by setting `keep_replied_me` to true in `server.json`, remote replies to local posts are retained in the public timeline, preventing them from being purged (contributed by hanchan). + Fixed some memory leaks (contributed by inz). Updated French, Brazilian Portuguese translations (contributed by dragondaddy, daltux). |