diff options
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -923,7 +923,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, | |||
| 923 | ins = xs_dict_append(ins, "domain", host); | 923 | ins = xs_dict_append(ins, "domain", host); |
| 924 | ins = xs_dict_append(ins, "title", host); | 924 | ins = xs_dict_append(ins, "title", host); |
| 925 | ins = xs_dict_append(ins, "version", "4.0.0 (not true; really " USER_AGENT ")"); | 925 | ins = xs_dict_append(ins, "version", "4.0.0 (not true; really " USER_AGENT ")"); |
| 926 | ins = xs_dict_append(ins, "source_url", "https:/" "/comam.es/snac-source"); | 926 | ins = xs_dict_append(ins, "source_url", "https:/" "/comam.es/what-is-snac"); |
| 927 | ins = xs_dict_append(ins, "description", host); | 927 | ins = xs_dict_append(ins, "description", host); |
| 928 | 928 | ||
| 929 | xs *susie = xs_fmt("%s/susie.png", srv_baseurl); | 929 | xs *susie = xs_fmt("%s/susie.png", srv_baseurl); |