mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Fix Giphy link previews
This commit is contained in:
parent
e945541315
commit
ec5ce16fbe
2 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,6 @@ public class OWSLinkPreview: MTLModel {
|
|||
"media2.giphy.com",
|
||||
"media3.giphy.com",
|
||||
"gph.is"
|
||||
|
||||
]
|
||||
|
||||
// For media domains, we DO NOT require an exact match - subdomains are allowed.
|
||||
|
|
|
@ -89,6 +89,7 @@ NSString *const kSyncMessageFileExtension = @"bin";
|
|||
@"image/x-tiff" : @"tif",
|
||||
@"image/bmp" : @"bmp",
|
||||
@"image/x-windows-bmp" : @"bmp",
|
||||
@"image/gif" : @"gif"
|
||||
};
|
||||
});
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue