aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
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 c36587a..9475bd7 100644
--- a/utils.c
+++ b/utils.c
@@ -44,7 +44,9 @@ static const char * const default_srv_config = "{"
"\"protocol\": \"https\","
"\"fastcgi\": false,"
"\"disable_inbox_collection\": true,"
- "\"disable_history\": true"
+ "\"disable_history\": true,"
+ "\"keep_replied_posts\": false,"
+ "\"keep_replied_me\": false"
"}";
static const char * const default_css =