mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 09:26:30 +03:00
No need to set the origin anymore
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user