1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-11 12:15:44 +02:00

Add account context menu items to follow notifications

This commit is contained in:
chylex 2018-08-09 20:07:51 +02:00
parent 94946a9ed6
commit 5968b57a01

View File

@ -742,6 +742,9 @@
$TD.setRightClickedChirp(tweetUrl || "", quoteUrl || "", chirpAuthors, chirpImages);
}
else if (tweet instanceof TD.services.TwitterActionFollow){
$TD.setRightClickedLink("link", tweet.following.getProfileURL());
}
}
});