diff options
| author | 2023-04-25 06:40:46 +0200 | |
|---|---|---|
| committer | 2023-04-25 06:40:46 +0200 | |
| commit | b8eace33c9079a025f96130e81a2cc73a1933cd3 (patch) | |
| tree | c76de4b8fd2bfe75932b1c95e04a529841785393 /mastoapi.c | |
| parent | Skip muted morons from timelines and statuses. (diff) | |
| download | snac2-b8eace33c9079a025f96130e81a2cc73a1933cd3.tar.gz snac2-b8eace33c9079a025f96130e81a2cc73a1933cd3.tar.xz snac2-b8eace33c9079a025f96130e81a2cc73a1933cd3.zip | |
Store the what-is-snac URL as a CPP constant.
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1221,7 +1221,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, | |||
| 1221 | ins = xs_dict_append(ins, "domain", host); | 1221 | ins = xs_dict_append(ins, "domain", host); |
| 1222 | ins = xs_dict_append(ins, "title", host); | 1222 | ins = xs_dict_append(ins, "title", host); |
| 1223 | ins = xs_dict_append(ins, "version", "4.0.0 (not true; really " USER_AGENT ")"); | 1223 | ins = xs_dict_append(ins, "version", "4.0.0 (not true; really " USER_AGENT ")"); |
| 1224 | ins = xs_dict_append(ins, "source_url", "https:/" "/comam.es/what-is-snac"); | 1224 | ins = xs_dict_append(ins, "source_url", WHAT_IS_SNAC_URL); |
| 1225 | ins = xs_dict_append(ins, "description", host); | 1225 | ins = xs_dict_append(ins, "description", host); |
| 1226 | 1226 | ||
| 1227 | ins = xs_dict_append(ins, "short_description", host); | 1227 | ins = xs_dict_append(ins, "short_description", host); |