Add tilde if origin<ManuallyCreated, fix some tests

This commit is contained in:
Hocuri
2025-01-05 23:08:42 +01:00
parent fff4020013
commit 84456e510b
18 changed files with 104 additions and 102 deletions

View File

@@ -664,7 +664,7 @@ impl Peerstate {
let old_contact = Contact::get_by_id(context, contact_id).await?;
stock_str::aeap_addr_changed(
context,
old_contact.get_display_name(),
&old_contact.get_display_name(),
&self.addr,
new_addr,
)