thanks @Marie
This commit is contained in:
dakkar 2023-12-23 20:11:53 +00:00
parent 477cda0b63
commit e6c02909c7
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ export class ActivityPubServerService {
/* keyId is often in the shape `${user.uri}#${keyname}`, try
fetching information about the remote user */
const candidate = formatURL(keyId, { fragment: false });
this.authlogger.info(`${request.id} ${request.url} we don't know the user for keyId ${keyID}, trying to fetch via ${candidate}`);
this.authlogger.info(`${request.id} ${request.url} we don't know the user for keyId ${keyId}, trying to fetch via ${candidate}`);
authUser = await this.apDbResolverService.getAuthUserFromApId(candidate);
}