mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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(),
|
.id = history->nextNonHistoryEntryId(),
|
||||||
.flags = MessageFlag::HasFromId | MessageFlag::AdminLogEntry,
|
.flags = MessageFlag::HasFromId | MessageFlag::AdminLogEntry,
|
||||||
.from = from->id,
|
.from = from->id,
|
||||||
|
.date = date,
|
||||||
}, std::move(text), MTP_messageMediaEmpty());
|
}, std::move(text), MTP_messageMediaEmpty());
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue