Skip to content
Snippets Groups Projects
Commit ab1a4334 authored by syuilo's avatar syuilo
Browse files

fix

parent b518c35e
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ export class ActivityPubServerService {
@bindThis
private inbox(request: FastifyRequest, reply: FastifyReply) {
let signature;
try {
signature = httpSignature.parseRequest(request.raw, { 'headers': [] });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment