mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 15:17:07 +02:00
Fix recent actions date marks.
Regression was introduced in 7f3ebde252
.
This commit is contained in:
parent
12356b1617
commit
68bb0a1744
1 changed files with 1 additions and 0 deletions
|
@ -829,6 +829,7 @@ void GenerateItems(
|
|||
.id = history->nextNonHistoryEntryId(),
|
||||
.flags = MessageFlag::HasFromId | MessageFlag::AdminLogEntry,
|
||||
.from = from->id,
|
||||
.date = date,
|
||||
}, std::move(text), MTP_messageMediaEmpty());
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue