mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 05:46:29 +03:00
change now returns event names as id
directly, no conversion method or number ids anymore also longer timeout for requesting test accounts from mailadm
This commit is contained in:
@@ -319,7 +319,7 @@ impl CommandApi {
|
||||
flags: u32,
|
||||
) -> Result<Vec<u32>> {
|
||||
let ctx = self.get_context(account_id).await?;
|
||||
let msg = get_chat_msgs(&ctx, ChatId::new(chat_id), flags, None).await?;
|
||||
let msg = get_chat_msgs(&ctx, ChatId::new(chat_id), flags).await?;
|
||||
Ok(msg
|
||||
.iter()
|
||||
.filter_map(|chat_item| match chat_item {
|
||||
|
||||
Reference in New Issue
Block a user