aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--registry/registry.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/registry.go b/registry/registry.go
index 998bb53..4b58c1f 100644
--- a/registry/registry.go
+++ b/registry/registry.go
@@ -257,7 +257,7 @@ func (r *Registry) deliverAcceptToInbox(url, actorUrl, actorKeyUrl *url.URL, fol
request, err := http.NewRequest("POST", url.String(), bytes.NewBuffer(jsonData))
request.Header.Set("Date", time.Now().UTC().Format(http.TimeFormat))
- request.Header.Set("Content-Type", "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"")
+ request.Header.Set("Content-Type", "application/activity+json")
request.Header.Set("Host", url.Host)
r.log.With(