mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
fix: subtract one hour from message date in bubble preview
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user