forked from kevadesu/forgejo
ActorId -> PersonId
This commit is contained in:
parent
3151c8fe81
commit
e8371ca94c
3 changed files with 24 additions and 24 deletions
|
@ -254,7 +254,7 @@ func RepositoryInbox(ctx *context.APIContext) {
|
|||
}
|
||||
actorId := activitypub.ParseActorID(validatedActorId, string(activity.Source))
|
||||
|
||||
// Is the ActorId Struct valid?
|
||||
// Is the PersonId Struct valid?
|
||||
actorId.PanicIfInvalid()
|
||||
log.Info("RepositoryInbox: Actor parsed. %v", actorId)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue