S2S: Temporarily disable integrity proof verification
There's a bug in it, I want to make progress with the ongoing funded tasks and fix the bug after that.
This commit is contained in:
parent
66ecaa88e7
commit
ac2ef9d1b3
1 changed files with 2 additions and 0 deletions
|
@ -471,10 +471,12 @@ authenticateActivity now = do
|
|||
pure $ ActivityAuthRemote ra
|
||||
|
||||
-- Verify FEP-8b32 jcs-eddsa-2022 VC data integrity proof
|
||||
{-
|
||||
for_ (AP.activityProof activity) $ \ proof -> do
|
||||
hl <- hostIsLocalOld hActivity
|
||||
unless hl $
|
||||
verifyIntegrityProof raw hActivity (activityActor activity) proof
|
||||
-}
|
||||
|
||||
return (auth, ActivityBody body raw activity)
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue