Fix federating with GoToSocial

This commit is contained in:
Henri Dickson 2023-12-26 01:27:22 -05:00
parent 448092d6d9
commit 1baf75bb2a

View file

@ -192,7 +192,7 @@ class HttpSignature:
body: dict | None,
private_key: str,
key_id: str,
content_type: str = "application/json",
content_type: str = "application/activity+json",
method: Literal["get", "post"] = "post",
timeout: TimeoutTypes = settings.SETUP.REMOTE_TIMEOUT,
):