No need to set the origin anymore

This commit is contained in:
Hocuri
2025-01-06 15:45:11 +01:00
parent 057501cacd
commit b39abc84d3

View File

@@ -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();