Skip to content

Commit

Permalink
No need to set the origin anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Hocuri committed Jan 6, 2025
1 parent 057501c commit b39abc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b39abc8

Please sign in to comment.