aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorgrunfink <grunfink@noreply.codeberg.org>2026-05-28 08:52:44 +0200
committergrunfink <grunfink@noreply.codeberg.org>2026-05-28 08:52:44 +0200
commit14d4e9afcd6ff2508795852eaec67e672366d138 (patch)
tree7e1eba6b67fc3fcc71e6b91835cec247be8b2499 /utils.c
parent0bde1abe67aee7e7840338afef1022bcec3a1bd8 (diff)
parent5182a3384e80462e08713903c14b9cdecf56cdfb (diff)
Merge pull request 'Add keep_replied_posts and keep_replied_me feathers, and auto-mention post author when reply to a post' (#617) from hanchan/snac2-dev:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/617
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 =