summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-05-08 10:13:43 +0200
committerdefault <nobody@localhost>2023-05-08 10:13:43 +0200
commitde12b8d0a2a4cf374f1c9e4e5b68c781a9ad8f88 (patch)
tree199feb28fa92e3209135eb5ecc7c3c84186564a5 /utils.c
parent920ff76297006968603898e8c60dafd9346dad4b (diff)
Fill the mastoapi instance contact_account field, if possible.
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 14e9f5d..189bd18 100644
--- a/utils.c
+++ b/utils.c
@@ -25,7 +25,9 @@ const char *default_srv_config = "{"
"\"cssurls\": [\"\"],"
"\"max_timeline_entries\": 128,"
"\"timeline_purge_days\": 120,"
- "\"local_purge_days\": 0"
+ "\"local_purge_days\": 0,"
+ "\"admin_email\": \"\","
+ "\"admin_account\": \"\""
"}";
const char *default_css =