mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
np in case of unauthenticated user
This commit is contained in:
parent
6c1ec05458
commit
b08580280a
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ func RepositoryInbox(ctx *context.APIContext) {
|
|||
// "$ref": "#/responses/empty"
|
||||
|
||||
log.Info("RepositoryInbox: repo %v, %v", ctx.Repo.Repository.OwnerName, ctx.Repo.Repository.Name)
|
||||
log.Info("RepositoryInbox: doer %v, %v", ctx.Doer.Name, ctx.Doer.ID)
|
||||
opt := web.GetForm(ctx).(*forgefed.Star)
|
||||
|
||||
log.Info("RepositoryInbox: Activity Source %v,", opt.Source)
|
||||
|
|
Loading…
Reference in a new issue