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:
parent
93dd6813e8
commit
184340f400
@ -108,7 +108,7 @@
|
||||
recentTweetTimer = window.setTimeout(() => {
|
||||
recentTweetTimer = null;
|
||||
recentTweets.clear();
|
||||
}, 10000);
|
||||
}, 20000);
|
||||
};
|
||||
|
||||
let checkRecentTweet = id => {
|
||||
|
Loading…
Reference in New Issue
Block a user