fix: primitives 5 & 8: reject activities with non-string identifiers
This commit is contained in:
parent
1e14612f0e
commit
ad8e8793c7
@ -193,6 +193,9 @@ export class InboxProcessorService implements OnApplicationShutdown {
|
||||
throw new Bull.UnrecoverableError(`skip: signerHost(${signerHost}) !== activity.id host(${activityIdHost}`);
|
||||
}
|
||||
}
|
||||
else {
|
||||
throw new Bull.UnrecoverableError('skip: activity id is not a string');
|
||||
}
|
||||
|
||||
// Update stats
|
||||
this.federatedInstanceService.fetch(authUser.user.host).then(i => {
|
||||
|
Loading…
Reference in New Issue
Block a user