Allow reply action on notifications for messages with media attachments.

This commit is contained in:
Cody Henthorne
2026-04-14 14:50:38 -04:00
committed by jeffrey-signal
parent f40bcb73fa
commit 8c4f614d17

View File

@@ -302,7 +302,7 @@ class MessageNotification(threadRecipient: Recipient, record: MessageRecord) : N
}
if (record is MmsMessageRecord) {
return (record.isMmsNotification || record.slideDeck.slides.isEmpty()) && record.sharedContacts.isEmpty()
return record.sharedContacts.isEmpty()
}
return true