mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-02 20:34:07 +02:00
Fix notifications removing DM contents
This commit is contained in:
parent
5597d2aed0
commit
453bf2dd82
@ -123,7 +123,7 @@
|
|||||||
$(this).html("(quoted tweet)");
|
$(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;
|
var characters = html.find(".js-tweet-text:first").text().length;
|
||||||
if (characters == 0)return;
|
if (characters == 0)return;
|
||||||
|
Loading…
Reference in New Issue
Block a user