From 25ef07b1ec7576becc02bcfc07706184797fea91 Mon Sep 17 00:00:00 2001 From: Louis Brauer Date: Mon, 27 May 2024 23:55:51 +0200 Subject: More or less smaller fixes :) --- mastoapi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mastoapi.c') 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 */ -- cgit v1.2.3