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)
|
.dereference(data)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
verify_signature(
|
// verify_signature(
|
||||||
&activity_data.headers,
|
// &activity_data.headers,
|
||||||
&activity_data.method,
|
// &activity_data.method,
|
||||||
&activity_data.uri,
|
// &activity_data.uri,
|
||||||
actor.public_key_pem(),
|
// actor.public_key_pem(),
|
||||||
)?;
|
// )?;
|
||||||
|
|
||||||
debug!("Receiving activity {}", activity.id().to_string());
|
debug!("Receiving activity {}", activity.id().to_string());
|
||||||
activity.verify(data).await?;
|
activity.verify(data).await?;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue