mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-16 18:15:48 +02:00
Fix another case in duplicate DM notifications
This commit is contained in:
parent
9addff0521
commit
fc760b9a0c
@ -129,7 +129,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
return function(column, tweet){
|
return function(column, tweet){
|
||||||
if (tweet instanceof TD.services.TwitterConversation){
|
if (tweet instanceof TD.services.TwitterConversation || tweet instanceof TD.services.TwitterConversationMessageEvent){
|
||||||
if (checkTweetCache(recentMessages, tweet.id)){
|
if (checkTweetCache(recentMessages, tweet.id)){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user