mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 17:24:26 +00:00
Make pubKey IRI #main-key instead of /#main-key
This commit is contained in:
parent
5139b3dc19
commit
7931e210e5
@ -67,7 +67,7 @@ func Person(ctx *context.APIContext) {
|
||||
publicKeyType := streams.NewW3IDSecurityV1PublicKey()
|
||||
|
||||
pubKeyIDProp := streams.NewJSONLDIdProperty()
|
||||
pubKeyIRI, _ := url.Parse(link + "/#main-key")
|
||||
pubKeyIRI, _ := url.Parse(link + "#main-key")
|
||||
pubKeyIDProp.SetIRI(pubKeyIRI)
|
||||
publicKeyType.SetJSONLDId(pubKeyIDProp)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user