mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-21 21:27:13 +00:00
Use actor
This commit is contained in:
parent
b085ce37a6
commit
ab92891091
|
@ -73,7 +73,7 @@ func RepositoryInbox(ctx *context.APIContext) {
|
|||
opt := web.GetForm(ctx).(*forgefed.Star)
|
||||
|
||||
log.Info("RepositoryInbox: Activity.Source %v", opt.Source)
|
||||
log.Info("RepositoryInbox: Activity.Actor %v", opt.Activity)
|
||||
log.Info("RepositoryInbox: Activity.Actor %v", opt.Actor)
|
||||
|
||||
// assume actor is: "actor": "https://codeberg.org/api/activitypub/user-id/12345"
|
||||
|
||||
|
|
Loading…
Reference in a new issue