diff --git a/relay/actor.py b/relay/actor.py index b45ee6f..aba72ea 100644 --- a/relay/actor.py +++ b/relay/actor.py @@ -104,7 +104,7 @@ async def push_message_to_actor(actor, message, our_key_id): async def fetch_nodeinfo(domain): - headers = {'Accept': 'application/activity+json'} + headers = {'Accept': 'application/json'} nodeinfo_url = None wk_nodeinfo = await fetch_actor(f'https://{domain}/.well-known/nodeinfo', headers=headers)