ActorId -> PersonId

This commit is contained in:
Michael Jerger 2023-12-08 19:43:49 +01:00
parent 3151c8fe81
commit e8371ca94c
3 changed files with 24 additions and 24 deletions

View file

@ -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)