diff options
| author | 2024-02-22 21:25:16 +0700 | |
|---|---|---|
| committer | 2024-02-22 21:25:16 +0700 | |
| commit | e8caedc74f6bb9e5e82e395df3cc4d8a731131b0 (patch) | |
| tree | 90fb873a8ff5666f1324a307f3fa8fee6a8fe350 /utils.c | |
| parent | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 (diff) | |
| download | penes-snac2-e8caedc74f6bb9e5e82e395df3cc4d8a731131b0.tar.gz penes-snac2-e8caedc74f6bb9e5e82e395df3cc4d8a731131b0.tar.xz penes-snac2-e8caedc74f6bb9e5e82e395df3cc4d8a731131b0.zip | |
utils.c: *default_srv_config: add configuration for min_account_age
Signed-off-by: Yonle <yonle@lecturify.net>
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 = "{" | |||
| 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\": \"\"," |