Fix Actor context.
This commit is contained in:
parent
2e883d9aed
commit
d70f78cfe7
@ -36,7 +36,7 @@ type Actor struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (a *Actor) GenerateSelfKey(hostname *url.URL, publickey *rsa.PublicKey) {
|
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.ID = hostname.String() + "/actor"
|
||||||
a.Type = "Service"
|
a.Type = "Service"
|
||||||
a.PreferredUsername = "relay"
|
a.PreferredUsername = "relay"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user