mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Improve story cleanup on expiration/deletion
This commit is contained in:
@@ -13,10 +13,6 @@ export function getStoryReplyText(
|
||||
return i18n('icu:Quote__story-unavailable');
|
||||
}
|
||||
|
||||
if (attachment.caption) {
|
||||
return attachment.caption;
|
||||
}
|
||||
|
||||
const attachments = [attachment];
|
||||
|
||||
if (isImage(attachments)) {
|
||||
|
||||
Reference in New Issue
Block a user