From b39abc84d3b842f298de77f361413f012ed60a1d Mon Sep 17 00:00:00 2001 From: Hocuri Date: Mon, 6 Jan 2025 15:45:11 +0100 Subject: [PATCH] No need to set the origin anymore --- src/contact.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/contact.rs b/src/contact.rs index 13328ac9b4..7f21305fdb 100644 --- a/src/contact.rs +++ b/src/contact.rs @@ -593,7 +593,6 @@ impl Contact { .get_config(Config::Selfstatus) .await? .unwrap_or_default(); - contact.origin = Origin::ManuallyCreated; } else if contact_id == ContactId::DEVICE { contact.name = stock_str::device_messages(context).await; contact.addr = ContactId::DEVICE_ADDR.to_string();