Prefer GoogleChrome.is*
over MIME.is*
This commit is contained in:
parent
64c3d604aa
commit
b65370c8d7
4 changed files with 17 additions and 12 deletions
|
@ -429,7 +429,7 @@
|
|||
}
|
||||
|
||||
const first = attachments[0];
|
||||
if (Signal.Types.MIME.isImage(first.contentType)) {
|
||||
if (Signal.Util.GoogleChrome.isImageTypeSupported(first.contentType)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue