mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-24 05:33:40 +09:00
Merge remote-tracking branch 'github/feature-activitypub' into feature-activitypub
This commit is contained in:
@@ -59,9 +59,7 @@ func Person(ctx *context.APIContext) {
|
||||
URL: ap.IRI(ctx.ContextUser.AvatarLink()),
|
||||
}
|
||||
|
||||
person.Inbox = nil
|
||||
person.Inbox, _ = ap.Inbox.AddTo(person)
|
||||
person.Outbox = nil
|
||||
person.Outbox, _ = ap.Outbox.AddTo(person)
|
||||
|
||||
person.PublicKey.ID = ap.IRI(link + "#main-key")
|
||||
|
||||
Reference in New Issue
Block a user