fix: subtract one hour from message date in bubble preview

This commit is contained in:
Ireina
2026-04-30 10:13:30 +08:00
committed by AlexeyZavar
parent b25513a06f
commit 4a277eee39
@@ -85,7 +85,7 @@ MessagePreview::MessagePreview(
.replyTo = FullReplyTo{
.messageId = _state->reply->data()->fullId(),
},
.date = base::unixtime::now(),
.date = base::unixtime::now() - 3600,
}, TextWithEntities{ u"You need to go outside and touch some grass..."_q },
MTP_messageMediaEmpty());