summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-02-22 14:01:08 +0100
committerdefault <nobody@localhost>2024-02-22 14:01:08 +0100
commit4a97294f1251ad093fbe780d6228abd231ebef94 (patch)
tree30723efd4a381d132fdf0dd7a38a61ae2b055c8c /RELEASE_NOTES.md
parent2b2bb4be0f2302c33fd6d8a8a2def2777e9b6c88 (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 72e1d77..cd77370 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -8,6 +8,8 @@ Follower-only replies to unknown users are not shown in timelines.
Added verification of metadata links: if the linked page contains a link back to the snac user with a rel="me" attribute, it's marked as verified.
+Added a new server-level configuration parameter: `min_account_age`. If this value (in seconds) is set in `server.json`, any activity coming from accounts that were created newer than that will be discarded. This can be used to mitigate spam.
+
Added a profile-page relation to links in webfinger responses (contributed by khm).
Fixed some regressions and a crash.