mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16:29 +03:00
target comments from @flub and @dignifiedquire
This commit is contained in:
committed by
holger krekel
parent
3bb58be2b5
commit
f6861ca5f5
@@ -168,7 +168,7 @@ impl Contact {
|
||||
.unwrap_or_default();
|
||||
} else if contact_id == DC_CONTACT_ID_DEVICE {
|
||||
res.name = context.stock_str(StockMessage::DeviceMessages).to_string();
|
||||
res.addr = "device@localhost".to_string();
|
||||
res.addr = DC_CONTACT_ID_DEVICE_ADDR.to_string();
|
||||
}
|
||||
Ok(res)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user