mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
Deprecate marker1before argument of dc_get_chat_msgs()
This commit is contained in:
@@ -966,7 +966,7 @@ mod tests {
|
||||
}
|
||||
|
||||
async fn check_msg_is_deleted(t: &TestContext, chat: &Chat, msg_id: MsgId) {
|
||||
let chat_items = chat::get_chat_msgs(t, chat.id, 0, None).await.unwrap();
|
||||
let chat_items = chat::get_chat_msgs(t, chat.id, 0).await.unwrap();
|
||||
// Check that the chat is empty except for possibly info messages:
|
||||
for item in &chat_items {
|
||||
if let ChatItem::Message { msg_id } = item {
|
||||
|
||||
Reference in New Issue
Block a user