This commit is contained in:
syuilo 2022-12-25 14:53:50 +09:00
parent b518c35e00
commit ab1a433400
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ export class ActivityPubServerService {
@bindThis
private inbox(request: FastifyRequest, reply: FastifyReply) {
let signature;
try {
signature = httpSignature.parseRequest(request.raw, { 'headers': [] });