Fix federating with GoToSocial (#682)

This commit is contained in:
Henri Dickson 2023-12-26 12:26:03 -05:00 committed by GitHub
parent 448092d6d9
commit 4a09379e09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,
):