mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-09 14:34:05 +02:00
Fix incorrect tweet duration handling
This commit is contained in:
parent
2e2ad4edcf
commit
8e1d23a53e
@ -87,7 +87,7 @@
|
||||
|
||||
body.children("footer").remove();
|
||||
|
||||
$TD.onTweetPopup(html.html(),tweet.fullLength); // TODO column
|
||||
$TD.onTweetPopup(html.html(),tweet.text.length); // TODO column
|
||||
}
|
||||
else if (column.model.getHasSound()){
|
||||
$TD.onTweetSound(); // TODO disable original
|
||||
|
Loading…
Reference in New Issue
Block a user