mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
Resultification
This commit is contained in:
@@ -618,7 +618,7 @@ async fn add_parts(
|
||||
// we do not want any chat to be created implicitly. Because of the origin-scale-up,
|
||||
// the contact requests will pop up and this should be just fine.
|
||||
Contact::scaleup_origin_by_id(context, from_id, Origin::IncomingReplyTo)
|
||||
.await;
|
||||
.await?;
|
||||
info!(
|
||||
context,
|
||||
"Message is a reply to a known message, mark sender as known.",
|
||||
|
||||
Reference in New Issue
Block a user