Merge remote-tracking branch 'github/feature-activitypub' into feature-activitypub

This commit is contained in:
Anthony Wang
2022-05-09 19:13:16 -05:00
1444 changed files with 45224 additions and 28830 deletions

View File

@@ -24,7 +24,7 @@ import (
const (
// ActivityStreamsContentType const
ActivityStreamsContentType = `application/ld+json; profile="https://www.w3.org/ns/activitystreams"`
httpsigExpirationTime = 60
httpsigExpirationTime = 60
)
func containsRequiredHTTPHeaders(method string, headers []string) error {