mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
get contact- and chat-info for device-messages
This commit is contained in:
committed by
holger krekel
parent
89bb2d0ffe
commit
f8afefa2c1
@@ -97,6 +97,8 @@ impl Chat {
|
||||
|
||||
if chat.param.exists(Param::Selftalk) {
|
||||
chat.name = context.stock_str(StockMessage::SelfMsg).into();
|
||||
} else if chat.param.exists(Param::Devicetalk) {
|
||||
chat.name = context.stock_str(StockMessage::DeviceMessages).into();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user