Use 1x icon in View-once bubbles, explanatory expired toasts

This commit is contained in:
Scott Nonnenberg 2020-01-10 08:29:51 -08:00 committed by Ken Powers
parent 14cc11d5de
commit 4f50c0b093
11 changed files with 96 additions and 34 deletions

View file

@ -741,7 +741,7 @@
}
if (this.isTapToView()) {
if (this.isErased()) {
return i18n('mediaMessage');
return i18n('message--getDescription--disappearing-media');
}
const attachments = this.get('attachments');