Skip to content
Snippets Groups Projects
Unverified Commit 99e34e9e authored by MeiMei's avatar MeiMei Committed by GitHub
Browse files

Fix inbox bug (#6334)

parent f1417c6b
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,8 @@ export default async (job: Bull.Job<InboxJobData>): Promise<string> => {
if (authUser.user.uri !== activity.actor) {
return `skip: LD-Signature user(${authUser.user.uri}) !== activity.actor(${activity.actor})`;
}
} else {
return 'signature verification failed';
}
}
......
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