diff options
author | default <nobody@localhost> | 2023-08-14 11:24:41 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-08-14 11:24:41 +0200 |
commit | 86571f37bb3e85acaed6d0212b5543130a6766ce (patch) | |
tree | 1b2209d18369e527da3bed75cdb09927476283ad /utils.c | |
parent | 64111f85bdf1dd74bb3bf1ff6886f497cc74f6bd (diff) |
The instance URL can now show a timeline.
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -27,7 +27,9 @@ static const char *default_srv_config = "{" "\"timeline_purge_days\": 120," "\"local_purge_days\": 0," "\"admin_email\": \"\"," - "\"admin_account\": \"\"" + "\"admin_account\": \"\"," + "\"title\": \"\"," + "\"short_description\": \"\"" "}"; static const char *default_css = |