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
commit 501a39fb98
No known key found for this signature in database
GPG key ID: BC96B00AEC5F2D76
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 {