From 4bce9d440e21728e487429c2d79a5083dc830614 Mon Sep 17 00:00:00 2001 From: AlexeyZavar Date: Sat, 8 Mar 2025 23:37:48 +0300 Subject: [PATCH] fix: make it build --- .../SourceFiles/history/view/history_view_bottom_info.cpp | 6 +++--- Telegram/lib_ui | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Telegram/SourceFiles/history/view/history_view_bottom_info.cpp b/Telegram/SourceFiles/history/view/history_view_bottom_info.cpp index 2fc9d92bd..5e85a9bb1 100644 --- a/Telegram/SourceFiles/history/view/history_view_bottom_info.cpp +++ b/Telegram/SourceFiles/history/view/history_view_bottom_info.cpp @@ -518,11 +518,11 @@ void BottomInfo::layoutDateText() { full.append(deleted).append(name).append(afterAuthor); } - const auto context = Core::MarkedTextContext{ + const auto context = Core::TextContext({ .session = &_reactionsOwner->session(), - .customEmojiRepaint = [] {}, + .repaint = [] {}, .customEmojiLoopLimit = 0, - }; + }); _authorEditedDate.setMarkedText( st::msgDateTextStyle, diff --git a/Telegram/lib_ui b/Telegram/lib_ui index 7994f0f8c..53b4008c9 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit 7994f0f8c5bd188afabc5873b0b8dbef0c65395c +Subproject commit 53b4008c922fdcd23e86b0642fcf29320ee57cae