1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-22 09:15:48 +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({
withFooter: false,
withTweetActions: false,
withMediaPreview: false
withMediaPreview: true,
isMediaPreviewOff: true,
isMediaPreviewSmall: false,
isMediaPreviewLarge: false
}));
html.css("border", "0");