it is now not giving a shit

This commit is contained in:
nelle 2024-12-11 15:51:52 -07:00
parent 7da4e86e73
commit c16f2d6bc6

View file

@ -202,7 +202,7 @@ class PostFetcher:
else:
outbox_url = profile['outbox']
async with self._http.get(outbox_url) as resp: outbox = await resp.json(content_type=All)
async with self._http.get(outbox_url) as resp: outbox = await resp.json(content_type=None)
assert outbox['type'] == 'OrderedCollection'
return outbox