diff options
| author | grunfink <grunfink@comam.es> | 2026-04-10 16:26:27 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-04-10 16:26:27 +0200 |
| commit | f5a2b96ac54a66f4f7d0aeb50bb13f46d9276e00 (patch) | |
| tree | 17c9ba51d5542bab87c1008b7ecb2b444711713b | |
| parent | 19cf072f36cf01d781a39602def6514b7e033d42 (diff) | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f9f7ff7..6c10908 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,9 @@ ## UNRELEASED -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. +Changed default: for newly created instances, `disable_inbox_collection` is set to `true` (see `snac(8)` for more information). The reason is because it seems to be used for harrasing people. + +Changed default: for newly created instances, `disable_history` is set to `true` (see `snac(8)` for more information). The reason is because archived history files don't change when posts are deleted or modified, and they always have been an ugly kludge. 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. |