1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-30 05:34:06 +02:00

Fix recent TweetDeck change breaking media in notifications

This commit is contained in:
chylex 2016-09-30 23:43:46 +02:00
parent fadea54f8d
commit 276e070759

View File

@ -104,7 +104,10 @@
var html = $(tweet.render({ var html = $(tweet.render({
withFooter: false, withFooter: false,
withTweetActions: false, withTweetActions: false,
withMediaPreview: false withMediaPreview: true,
isMediaPreviewOff: true,
isMediaPreviewSmall: false,
isMediaPreviewLarge: false
})); }));
html.css("border", "0"); html.css("border", "0");