Try fixing macOS action build.

This commit is contained in:
John Preston 2025-09-01 11:28:52 +04:00
parent 811dfee42c
commit 36447eb1e3

View file

@ -455,7 +455,7 @@ QSize Document::countOptimalSize() {
? Ui::Text::Italic(tr::lng_audio_transcribe_long(tr::now))
: entry.failed
? Ui::Text::Italic(tr::lng_attach_failed(tr::now))
: TextWithEntities(entry.result).append(
: TextWithEntities{ entry.result }.append(
pending
? Ui::Text::LottieEmoji(descriptor)
: TextWithEntities());