From 55d3ef5024d4a597ddeae23ca7d29375c7d6a9d3 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 8 Nov 2023 09:20:34 +0100 Subject: Tags can now be searched for from the server base URL. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 7e96f46..1220765 100644 --- a/html.c +++ b/html.c @@ -1574,7 +1574,7 @@ xs_str *html_timeline(snac *user, const xs_list *list, int local, int skip, int continue; /* if it's an instance page, discard private users */ - if (user == NULL) { + if (user == NULL && xs_startswith(xs_dict_get(msg, "id"), srv_baseurl)) { const char *atto = xs_dict_get(msg, "attributedTo"); xs *l = xs_split(atto, "/"); const char *uid = xs_list_get(l, -1); -- cgit v1.2.3