Fix recent actions date marks.

Regression was introduced in 7f3ebde252.
This commit is contained in:
John Preston 2024-03-12 13:12:49 +04:00
parent 12356b1617
commit 68bb0a1744

View file

@ -829,6 +829,7 @@ void GenerateItems(
.id = history->nextNonHistoryEntryId(),
.flags = MessageFlag::HasFromId | MessageFlag::AdminLogEntry,
.from = from->id,
.date = date,
}, std::move(text), MTP_messageMediaEmpty());
};