From 4a09379e0956c6d52883f578836fab6a56d2210b Mon Sep 17 00:00:00 2001 From: Henri Dickson <90480431+alphatownsman@users.noreply.github.com> Date: Tue, 26 Dec 2023 12:26:03 -0500 Subject: [PATCH] Fix federating with GoToSocial (#682) --- core/signatures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/signatures.py b/core/signatures.py index 42b8558..bf0690d 100644 --- a/core/signatures.py +++ b/core/signatures.py @@ -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, ):