warn about outdated app

This commit is contained in:
B. Petersen
2020-09-16 16:02:03 +02:00
parent 4090120041
commit af67e798fb
4 changed files with 105 additions and 6 deletions

View File

@@ -225,6 +225,12 @@ pub enum StockMessage {
Adjust your clock ⏰🔧 to ensure your messages are received correctly."
))]
BadTimeMsgBody = 85,
#[strum(props(fallback = "⚠️ Your Delta Chat version might be outdated.\n\n\
This may cause problems because your chat partners use newer versions - \
and you are missing the latest features 😳\n\
Please check https://get.delta.chat or your app store for updates."))]
UpdateReminderMsgBody = 86,
}
/*