]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/activitypub/inbox.ts
Add import.video.torrent configuration
[github/Chocobozzz/PeerTube.git] / server / controllers / activitypub / inbox.ts
index df041aebf6c72fc22b7556576b11fe8e9446d0b7..a106df717f0847598a8d8d0d1a34609b97fcda49 100644 (file)
@@ -19,7 +19,7 @@ inboxRouter.post('/inbox',
 inboxRouter.post('/accounts/:name/inbox',
   signatureValidator,
   asyncMiddleware(checkSignature),
-  localAccountValidator,
+  asyncMiddleware(localAccountValidator),
   asyncMiddleware(activityPubValidator),
   asyncMiddleware(inboxController)
 )