summaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mastoapi.c b/mastoapi.c
index 32f6bae..0adba08 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -1466,6 +1466,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path,
/* we don't serve statuses of others; return the empty list */
out = xs_list_new();
}
+ else
if (strcmp(opt, "featured_tags") == 0) {
/* snac doesn't have features tags, yet? */
/* implement empty response so apps like Tokodon don't show an error */