diff options
| author | hanchan <dev@hanchan.vip> | 2026-05-27 17:26:33 +0800 |
|---|---|---|
| committer | hanchan <dev@hanchan.vip> | 2026-05-27 17:26:33 +0800 |
| commit | 5182a3384e80462e08713903c14b9cdecf56cdfb (patch) | |
| tree | 7e1eba6b67fc3fcc71e6b91835cec247be8b2499 /utils.c | |
| parent | 0bde1abe67aee7e7840338afef1022bcec3a1bd8 (diff) | |
add keep_replied_posts and keep_replied_me feathers, and auto-mention post author when reply to a post
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 = |