aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2026-04-02 20:46:36 +0200
committergrunfink <grunfink@comam.es>2026-04-02 20:46:36 +0200
commitdfbbc02f1e98bebf01d8d18a323fe3faaecee6a9 (patch)
treebf0b3c45b732001173f260b352489bbb71b61303 /RELEASE_NOTES.md
parent5ad4d7c1205423b844f829fd134ff85840683845 (diff)
Updated RELEASE_NOTES.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index e6eb016..109b67a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -4,6 +4,8 @@
Changed defaults: for newly created instances, `disable_inbox_collection` and `disable_history` are set to `true` (see `snac(8)` for more information). The reason is because they seem to be used for harrasing people.
+New admin configuration option: if the `purge_static` value is set to `true` in `server.json`, each user's static directory is explored and those files there that are no longer attached to any post or referenced anywhere are deleted. See `snac(8)` for more information about those cases where you may not want to enable this option.
+
## 2.91
Fixed some local posts not being shown if the replied post is deleted.