mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01: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