Skip to content

Commit

Permalink
fix after conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mchenani committed Dec 13, 2024
1 parent d455367 commit 822236d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions xmtp_mls/src/groups/mls_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -615,13 +615,6 @@ where
}
.store_or_ignore(provider.conn_ref())?;

tracing::info!("Received a history reply.");
let _ = self.client.local_events().send(LocalEvents::SyncMessage(
SyncMessage::Reply { message_id },
));
}
.store_or_ignore(provider.conn_ref())?;

tracing::info!("Received a history reply.");
let _ = self.client.local_events().send(LocalEvents::SyncMessage(
SyncMessage::Reply { message_id },
Expand All @@ -645,6 +638,7 @@ where
return Err(GroupMessageProcessingError::InvalidPayload);
}
}
}
None => return Err(GroupMessageProcessingError::InvalidPayload),
}
}
Expand Down

0 comments on commit 822236d

Please sign in to comment.