mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-11 11:47:09 +02:00
fix: make it build
This commit is contained in:
parent
adc691f516
commit
4bce9d440e
2 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7994f0f8c5bd188afabc5873b0b8dbef0c65395c
|
||||
Subproject commit 53b4008c922fdcd23e86b0642fcf29320ee57cae
|
Loading…
Add table
Reference in a new issue