Skip to content

Commit

Permalink
fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Jul 3, 2024
1 parent 4cbc159 commit d3d937e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xmtp_mls/src/groups/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -485,10 +485,7 @@ impl MlsGroup {
message_id
}

/// Send a message, optimistically retrieving ID before knowing
/// the result of a message send.
/// This requires calling [`MlsGroup::publish_messages`] for messages to be published
/// to the delivery service.
/// Send a message, optimistically retrieving ID before the result of a message send.
pub fn send_message_optimistic<ApiClient>(
&self,
message: &[u8],
Expand Down

0 comments on commit d3d937e

Please sign in to comment.