!== true
This commit is contained in:
parent
7a334a5e28
commit
821a79ff28
2 changed files with 2 additions and 2 deletions
|
|
@ -114,7 +114,7 @@ export class InboxProcessorService {
|
|||
});
|
||||
|
||||
// また、signatureのsignerは、activity.actorと一致する必要がある
|
||||
if (!httpSignatureValidated || authUser.user.uri !== activity.actor) {
|
||||
if (httpSignatureValidated !== true || authUser.user.uri !== activity.actor) {
|
||||
// 一致しなくても、でもLD-Signatureがありそうならそっちも見る
|
||||
if (activity.signature?.creator) {
|
||||
if (activity.signature.type !== 'RsaSignature2017') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue