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:
Pere Lev 2024-03-14 21:58:07 +02:00
parent 66ecaa88e7
commit ac2ef9d1b3
No known key found for this signature in database
GPG key ID: 5252C5C863E5E57D

View file

@ -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