target comments from @flub and @dignifiedquire

This commit is contained in:
B. Petersen
2019-12-11 11:55:24 +01:00
committed by holger krekel
parent 3bb58be2b5
commit f6861ca5f5
5 changed files with 20 additions and 5 deletions

View File

@@ -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)
}