mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Get Activity field from star
This commit is contained in:
parent
e8013250b8
commit
f48b4d1f55
1 changed files with 1 additions and 1 deletions
|
@ -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.Actor)
|
||||
log.Info("RepositoryInbox: Activity.Actor %v", opt.Activity)
|
||||
|
||||
// assume actor is: "actor": "https://codeberg.org/api/activitypub/user-id/12345"
|
||||
|
||||
|
|
Loading…
Reference in a new issue