mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-18 06:15:49 +02:00
Increase delay for clearing recent notifications to prevent duplicates
This commit is contained in:
parent
93dd6813e8
commit
184340f400
@ -108,7 +108,7 @@
|
|||||||
recentTweetTimer = window.setTimeout(() => {
|
recentTweetTimer = window.setTimeout(() => {
|
||||||
recentTweetTimer = null;
|
recentTweetTimer = null;
|
||||||
recentTweets.clear();
|
recentTweets.clear();
|
||||||
}, 10000);
|
}, 20000);
|
||||||
};
|
};
|
||||||
|
|
||||||
let checkRecentTweet = id => {
|
let checkRecentTweet = id => {
|
||||||
|
Loading…
Reference in New Issue
Block a user