aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2026-04-05 18:23:24 +0200
committergrunfink <grunfink@comam.es>2026-04-05 18:23:24 +0200
commitfc1789ac3d88d930f117fe116b947ff948cdf239 (patch)
treeb136ab18ca480dea503558aefa44bead9483f49e
parent7b90bcd03e8259833b8ff3e6d583ad75099fd2c2 (diff)
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 109b67a..0001f47 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -6,6 +6,8 @@ Changed defaults: for newly created instances, `disable_inbox_collection` and `d
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.
+Allow serving files from subdirectories of the `static/` subdirectory (contributed by la_ninpre).
+
## 2.91
Fixed some local posts not being shown if the replied post is deleted.