dev
This commit is contained in:
parent
1082b89b61
commit
7342594f18
1 changed files with 6 additions and 6 deletions
|
|
@ -41,12 +41,12 @@ where
|
|||
.dereference(data)
|
||||
.await?;
|
||||
|
||||
verify_signature(
|
||||
&activity_data.headers,
|
||||
&activity_data.method,
|
||||
&activity_data.uri,
|
||||
actor.public_key_pem(),
|
||||
)?;
|
||||
// verify_signature(
|
||||
// &activity_data.headers,
|
||||
// &activity_data.method,
|
||||
// &activity_data.uri,
|
||||
// actor.public_key_pem(),
|
||||
// )?;
|
||||
|
||||
debug!("Receiving activity {}", activity.id().to_string());
|
||||
activity.verify(data).await?;
|
||||
|
|
|
|||
Loading…
Reference in a new issue