diff --git a/src/global/helpers/messageSummary.ts b/src/global/helpers/messageSummary.ts index 0527302a0..7aa9e142c 100644 --- a/src/global/helpers/messageSummary.ts +++ b/src/global/helpers/messageSummary.ts @@ -183,6 +183,7 @@ function getSummaryDescription( summary = renderTextWithEntities({ text: poll.summary.question.text, entities: poll.summary.question.entities, + noLineBreaks: true, }); }