Skip to content

Commit

Permalink
Fix the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Jan 9, 2025
1 parent 324dff4 commit 3522b2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/receive_imf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2138,8 +2138,7 @@ async fn create_group(
/// Returns `Vec` of group changes messages and, optionally, a better message to replace the
/// original system message.
///
/// * `to_ids` - contents of the `To` header for chat messages
/// or combined `To` and `Cc` for non-chat messages
/// * `to_ids` - contents of the `To` and `Cc` headers.
/// * `is_partial_download` - whether the message is not fully downloaded.
#[allow(clippy::too_many_arguments)]
async fn apply_group_changes(
Expand Down

0 comments on commit 3522b2a

Please sign in to comment.