Chat: Fix poll preview overflow (#4674)

This commit is contained in:
zubiden 2024-06-14 14:22:17 +02:00 committed by Alexander Zinchuk
parent 5a13ba1ad2
commit 9034a66c9c

View File

@ -183,6 +183,7 @@ function getSummaryDescription(
summary = renderTextWithEntities({
text: poll.summary.question.text,
entities: poll.summary.question.entities,
noLineBreaks: true,
});
}