Rotonde / rotonde-client

Rotonde Base Client
https://client-neauoire.hashbase.io/
MIT License
227 stars 49 forks source link

Ignore duplicate entries #184

Closed 0x0ade closed 6 years ago

0x0ade commented 6 years ago

Duplicate entries are two entries with the same timestamp (used as ID).

Right now, the most common source for duplicates are legacy posts, existing in your profile.json / portal.json and automatically copied in /posts/, thus counting twice.

0x0ade commented 6 years ago

Note that dupes were invisible in most circumstances. entries() checked the entry map for an existing entry and updated it.