From 68bb0a17447d1dad6b70948970cb118381f9a5af Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 12 Mar 2024 13:12:49 +0400 Subject: [PATCH] Fix recent actions date marks. Regression was introduced in 7f3ebde252. --- .../SourceFiles/history/admin_log/history_admin_log_item.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp b/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp index c54093dc3..14f9718fc 100644 --- a/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp +++ b/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp @@ -829,6 +829,7 @@ void GenerateItems( .id = history->nextNonHistoryEntryId(), .flags = MessageFlag::HasFromId | MessageFlag::AdminLogEntry, .from = from->id, + .date = date, }, std::move(text), MTP_messageMediaEmpty()); };