Skip to content

Commit ff9ab8b

Browse files
committed
remove todo comment
1 parent 6ce50c3 commit ff9ab8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2921,7 +2921,7 @@ pub(crate) async fn create_send_msg_jobs(context: &Context, msg: &mut Message) -
29212921
&pre_msg.rfc724_mid,
29222922
&recipients_chunk,
29232923
&pre_msg.message,
2924-
msg.id, // TODO: check if this is correct or we need another id here?
2924+
msg.id,
29252925
),
29262926
)?;
29272927
row_ids.push(row_id.try_into()?);

0 commit comments

Comments
 (0)