diff options
| author | 2025-02-05 09:34:27 +0000 | |
|---|---|---|
| committer | 2025-02-05 09:34:27 +0000 | |
| commit | 43812a3721b8917eea7c0bbe6d3636d4d74923bc (patch) | |
| tree | 2dd47adeb1de3755cc3724ceb885cad5027fd26f /utils.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| parent | Merge branch 'master' into master (diff) | |
| download | snac2-43812a3721b8917eea7c0bbe6d3636d4d74923bc.tar.gz snac2-43812a3721b8917eea7c0bbe6d3636d4d74923bc.tar.xz snac2-43812a3721b8917eea7c0bbe6d3636d4d74923bc.zip | |
Merge pull request 'Add short_description_raw option' (#266) from ltning/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/266
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -36,6 +36,7 @@ static const char *default_srv_config = "{" | |||
| 36 | "\"admin_account\": \"\"," | 36 | "\"admin_account\": \"\"," |
| 37 | "\"title\": \"\"," | 37 | "\"title\": \"\"," |
| 38 | "\"short_description\": \"\"," | 38 | "\"short_description\": \"\"," |
| 39 | "\"short_description_raw\": false," | ||
| 39 | "\"protocol\": \"https\"," | 40 | "\"protocol\": \"https\"," |
| 40 | "\"fastcgi\": false" | 41 | "\"fastcgi\": false" |
| 41 | "}"; | 42 | "}"; |