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

Increase delay for clearing recent notifications to prevent duplicates

This commit is contained in:
chylex 2017-08-05 17:06:02 +02:00
parent 93dd6813e8
commit 184340f400

View File

@ -108,7 +108,7 @@
recentTweetTimer = window.setTimeout(() => {
recentTweetTimer = null;
recentTweets.clear();
}, 10000);
}, 20000);
};
let checkRecentTweet = id => {