diff options
| author | 2024-05-27 23:55:51 +0200 | |
|---|---|---|
| committer | 2024-05-27 23:55:51 +0200 | |
| commit | 25ef07b1ec7576becc02bcfc07706184797fea91 (patch) | |
| tree | 3632cfd87dee1e982bcfe12672122c4351b00b3a /mastoapi.c | |
| parent | Merge remote-tracking branch 'origin/master' (diff) | |
| download | snac2-25ef07b1ec7576becc02bcfc07706184797fea91.tar.gz snac2-25ef07b1ec7576becc02bcfc07706184797fea91.tar.xz snac2-25ef07b1ec7576becc02bcfc07706184797fea91.zip | |
More or less smaller fixes :)
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1466,6 +1466,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, | |||
| 1466 | /* we don't serve statuses of others; return the empty list */ | 1466 | /* we don't serve statuses of others; return the empty list */ |
| 1467 | out = xs_list_new(); | 1467 | out = xs_list_new(); |
| 1468 | } | 1468 | } |
| 1469 | else | ||
| 1469 | if (strcmp(opt, "featured_tags") == 0) { | 1470 | if (strcmp(opt, "featured_tags") == 0) { |
| 1470 | /* snac doesn't have features tags, yet? */ | 1471 | /* snac doesn't have features tags, yet? */ |
| 1471 | /* implement empty response so apps like Tokodon don't show an error */ | 1472 | /* implement empty response so apps like Tokodon don't show an error */ |