diff options
author | grunfink <grunfink@noreply.codeberg.org> | 2024-02-22 19:10:24 +0000 |
---|---|---|
committer | grunfink <grunfink@noreply.codeberg.org> | 2024-02-22 19:10:24 +0000 |
commit | 145e6623391b6f2cc64101c59d9000f3353b2302 (patch) | |
tree | 90fb873a8ff5666f1324a307f3fa8fee6a8fe350 /utils.c | |
parent | 4816bd54b07c16f605b055e4f19a59bd0a57d715 (diff) | |
parent | e8caedc74f6bb9e5e82e395df3cc4d8a731131b0 (diff) |
Merge pull request 'utils.c: *default_srv_config: add configuration for min_account_age' (#139) from Yonle/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/139
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ static const char *default_srv_config = "{" "\"max_timeline_entries\": 50," "\"timeline_purge_days\": 120," "\"local_purge_days\": 0," + "\"min_account_age\": 0," "\"admin_email\": \"\"," "\"admin_account\": \"\"," "\"title\": \"\"," |