mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
Replace error! on verification failure with warn!
A message is added into 1:1 chat anyway, and user does not know what `StockMessage::ContactNotVerified` means.
This commit is contained in:
@@ -873,7 +873,7 @@ async fn could_not_establish_secure_connection(
|
|||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
chat::add_info_msg(context, chat_id, &msg, time()).await?;
|
chat::add_info_msg(context, chat_id, &msg, time()).await?;
|
||||||
error!(
|
warn!(
|
||||||
context,
|
context,
|
||||||
"StockMessage::ContactNotVerified posted to 1:1 chat ({})", details
|
"StockMessage::ContactNotVerified posted to 1:1 chat ({})", details
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user