From 42d4a2ebae14c6494327ff3cfbf4c4f91186fcee Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 5 Jan 2023 23:08:18 +0000 Subject: [PATCH] Change accept --- webapp_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_search.py b/webapp_search.py index 4fb86313c..1129eeccd 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -1077,7 +1077,7 @@ def html_hashtag_search_remote(nickname: str, domain: str, port: int, profile_str = 'https://www.w3.org/ns/activitystreams' as_header = { - 'Accept': 'application/ld+json; profile="' + profile_str + '"' + 'Accept': 'application/activity+json; profile="' + profile_str + '"' } hashtag_json = \ get_json(signing_priv_key_pem,