Skip to content

Commit 99f1271

Browse files
committed
Fix arguments comment
1 parent 51a803f commit 99f1271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/receive_imf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2139,7 +2139,7 @@ async fn create_group(
21392139
/// original system message.
21402140
///
21412141
/// * `to_ids` - contents of the `To` and `Cc` headers.
2142-
/// * `is_partial_download` - whether the message is not fully downloaded.
2142+
/// * `past_ids` - contents of the `Chat-Group-Past-Members` header.
21432143
#[allow(clippy::too_many_arguments)]
21442144
async fn apply_group_changes(
21452145
context: &Context,

0 commit comments

Comments
 (0)