Adapt to async, set first subject to 'Message from <sender name>'

This commit is contained in:
Hocuri
2020-05-29 21:33:51 +02:00
committed by holger krekel
parent f8680724f8
commit 3e6cd3ff34
3 changed files with 87 additions and 45 deletions

View File

@@ -179,6 +179,9 @@ pub enum StockMessage {
#[strum(props(fallback = "Unknown Sender for this chat. See 'info' for more details."))]
UnknownSenderForChat = 72,
#[strum(props(fallback = "Message from %1$s"))]
SubjectForNewContact = 73,
}
/*