1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-23 21:15:49 +02:00

Fix notifications removing DM contents

This commit is contained in:
chylex 2016-04-16 13:56:29 +02:00
parent 5597d2aed0
commit 453bf2dd82

View File

@ -123,7 +123,7 @@
$(this).html("(quoted tweet)");
});
body.children().not("p,div.js-quote-detail").remove();
body.children().not("p,span,div.js-quote-detail").remove();
var characters = html.find(".js-tweet-text:first").text().length;
if (characters == 0)return;