mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Fix reply/quoting breaking for poll messages
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user