mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +03:00
Warn instead of error
This commit is contained in:
@@ -2797,7 +2797,7 @@ pub(crate) async fn add_info_msg(context: &Context, chat_id: ChatId, text: impl
|
|||||||
rfc724_mid,
|
rfc724_mid,
|
||||||
]
|
]
|
||||||
).await {
|
).await {
|
||||||
error!(context, "Could not add info msg: {}", e);
|
warn!(context, "Could not add info msg: {}", e);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user