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:
link2xt
2021-11-13 22:44:52 +00:00
parent 59bd5481b9
commit 56cf2e6596

View File

@@ -873,7 +873,7 @@ async fn could_not_establish_secure_connection(
)
.await;
chat::add_info_msg(context, chat_id, &msg, time()).await?;
error!(
warn!(
context,
"StockMessage::ContactNotVerified posted to 1:1 chat ({})", details
);