You'll notice
Useful2 Signal0
Comment threads no longer show the same comment twice.
What's wrong with this entry?
Anonymous. No account, no email.
What
A thread that returns the same comment id twice no longer renders that comment twice.
Details
- The comment-collection loop keeps a set of already-seen ids and adds each id as it is collected.
- Repeats are skipped rather than appended.
Evidence
g.add(v.id)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.