Skip to content

Commit

Permalink
Update extensions/warp-ipfs/src/store/message/task.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 authored Jan 3, 2025
1 parent 0494a9c commit a78cd40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extensions/warp-ipfs/src/store/message/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1122,8 +1122,6 @@ impl ConversationTask {
match data.message(keypair) {
Ok(message) => message,
_ => {
// If we are not able to get the latest key from the store, this is because we are still awaiting on the response from the key exchange
// So what we should so instead is set aside the payload until we receive the key exchange then attempt to process it again
_ = self.ping(&sender).await;

// If we are not able to get the latest key from the store, this is because we are still awaiting on the response from the key exchange
Expand Down

0 comments on commit a78cd40

Please sign in to comment.