Fix Actor context.

This commit is contained in:
Naoki Kosaka 2018-11-29 14:22:38 +09:00
parent 2e883d9aed
commit d70f78cfe7

View File

@ -36,7 +36,7 @@ type Actor struct {
}
func (a *Actor) GenerateSelfKey(hostname *url.URL, publickey *rsa.PublicKey) {
a.Context = []string{"https://www.w3.org/ns/activitystreams"}
a.Context = []string{"https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"}
a.ID = hostname.String() + "/actor"
a.Type = "Service"
a.PreferredUsername = "relay"