mirror of
https://github.com/moparisthebest/Conversations
synced 2025-02-01 07:20:10 -05:00
added mp4 to well known extensions. fixes #1403
This commit is contained in:
parent
bd986834fc
commit
4220fa948b
@ -4,7 +4,7 @@ public interface Transferable {
|
||||
|
||||
String[] VALID_IMAGE_EXTENSIONS = {"webp", "jpeg", "jpg", "png", "jpe"};
|
||||
String[] VALID_CRYPTO_EXTENSIONS = {"pgp", "gpg", "otr"};
|
||||
String[] WELL_KNOWN_EXTENSIONS = {"pdf","m4a"};
|
||||
String[] WELL_KNOWN_EXTENSIONS = {"pdf","m4a","mp4"};
|
||||
|
||||
int STATUS_UNKNOWN = 0x200;
|
||||
int STATUS_CHECKING = 0x201;
|
||||
|
Loading…
Reference in New Issue
Block a user