1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-13 18:15:48 +02:00

Fix another case in duplicate DM notifications

This commit is contained in:
chylex 2017-08-10 13:46:13 +02:00
parent 9addff0521
commit fc760b9a0c

View File

@ -129,7 +129,7 @@
};
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)){
return;
}