fix: make it build

This commit is contained in:
AlexeyZavar 2025-03-08 23:37:48 +03:00
parent adc691f516
commit 4bce9d440e
2 changed files with 4 additions and 4 deletions

View file

@ -518,11 +518,11 @@ void BottomInfo::layoutDateText() {
full.append(deleted).append(name).append(afterAuthor); full.append(deleted).append(name).append(afterAuthor);
} }
const auto context = Core::MarkedTextContext{ const auto context = Core::TextContext({
.session = &_reactionsOwner->session(), .session = &_reactionsOwner->session(),
.customEmojiRepaint = [] {}, .repaint = [] {},
.customEmojiLoopLimit = 0, .customEmojiLoopLimit = 0,
}; });
_authorEditedDate.setMarkedText( _authorEditedDate.setMarkedText(
st::msgDateTextStyle, st::msgDateTextStyle,

@ -1 +1 @@
Subproject commit 7994f0f8c5bd188afabc5873b0b8dbef0c65395c Subproject commit 53b4008c922fdcd23e86b0642fcf29320ee57cae