mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 06:56: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,
|
||||
]
|
||||
).await {
|
||||
error!(context, "Could not add info msg: {}", e);
|
||||
warn!(context, "Could not add info msg: {}", e);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user