Fix reply/quoting breaking for poll messages

This commit is contained in:
yash-signal
2025-10-31 12:01:10 -05:00
committed by GitHub
parent c6a79d2207
commit 332f19ac78
5 changed files with 35 additions and 9 deletions

View File

@@ -514,7 +514,7 @@ export function getNotificationDataForMessage(
if (poll) {
return {
emoji: '📊',
text: i18n('icu:message--getNotificationText--poll', {
text: i18n('icu:Poll--preview', {
pollQuestion: poll.question,
}),
bodyRanges,