Improve story cleanup on expiration/deletion
This commit is contained in:
parent
39d15ba620
commit
bde4fa40fe
4 changed files with 16 additions and 15 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue