When a tweet is retweeted, the original Tweet is shown multiple times (original + retweets count).

Example:
A Tweet is retweeted 5 times, the original Tweet will be displayed 6 times in the list.

Comments

StijnStroobants created an issue. See original summary.

  • lennartvv committed 7cf1bd7 on 7.x-2.x
    Issue #2715811: Retweeted tweets are shown as duplicates of the original...
fernly’s picture

Version: 7.x-2.x-dev » 7.x-2.2
Status: Active » Closed (won't fix)

This only occurs when embedded tweets are selected as output.
It appears to be Twitter API behaviour. I tested the scenarios and both the retweet ID as the original tweet ID give the original tweet as embedded output.

To avoid rendering duplicates, I forced disabling the retweets option when 'embedded tweets' is the selected output method. The option is still available and working when raw tweets are being rendered.