Support alternative edited-on date display.

This commit is contained in:
John Preston
2026-06-19 12:20:36 +04:00
parent 4fff6a1ff7
commit baa53cafd8
6 changed files with 60 additions and 6 deletions
@@ -278,6 +278,10 @@ void Session::appConfigRefreshed() {
u"premium_purchase_blocked"_q,
true);
#endif // OS_MAC_STORE
_messagePrimaryEditedDate = config.get<bool>(
u"message_primary_edited_date"_q,
false);
}
void Session::setTmpPassword(const QByteArray &password, TimeId validUntil) {