diff options
| author | 2024-02-22 19:10:24 +0000 | |
|---|---|---|
| committer | 2024-02-22 19:10:24 +0000 | |
| commit | 145e6623391b6f2cc64101c59d9000f3353b2302 (patch) | |
| tree | 90fb873a8ff5666f1324a307f3fa8fee6a8fe350 | |
| parent | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 (diff) | |
| parent | utils.c: *default_srv_config: add configuration for min_account_age (diff) | |
| download | snac2-145e6623391b6f2cc64101c59d9000f3353b2302.tar.gz snac2-145e6623391b6f2cc64101c59d9000f3353b2302.tar.xz snac2-145e6623391b6f2cc64101c59d9000f3353b2302.zip | |
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
| -rw-r--r-- | utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -29,6 +29,7 @@ static const char *default_srv_config = "{" | |||
| 29 | "\"max_timeline_entries\": 50," | 29 | "\"max_timeline_entries\": 50," |
| 30 | "\"timeline_purge_days\": 120," | 30 | "\"timeline_purge_days\": 120," |
| 31 | "\"local_purge_days\": 0," | 31 | "\"local_purge_days\": 0," |
| 32 | "\"min_account_age\": 0," | ||
| 32 | "\"admin_email\": \"\"," | 33 | "\"admin_email\": \"\"," |
| 33 | "\"admin_account\": \"\"," | 34 | "\"admin_account\": \"\"," |
| 34 | "\"title\": \"\"," | 35 | "\"title\": \"\"," |