Closed lemon24 closed 5 months ago
Hmm... it seems recent sort was not set correctly (new entry shows way up in the feed); need to look more into this.
Update: also, it doesn't stop the flip flopping.
Update #2: it did stop the flip flopping, but update still adds one issue every time (the one the plugin deletes right away); this is expected / unavoidable without some kind of tombstone (https://github.com/lemon24/reader/issues/96#issuecomment-1236304134).
The issue fixed by https://github.com/lemon24/reader/commit/fc80a49ee8e94de7876c442ddabf1e5d7aaca847 (and in part, this whole issue), happened because dedupe happens at different points between "on-line" dedupe (after an entry is added/updated), and backfill (on demand, for groups of entries that are all the same). This could arguably be fixed by making "on-line" be more like backfill; related: https://github.com/lemon24/reader/issues/246#issuecomment-1596025920.
Also related, in case we unify the pipelines:
entry_dedupe flip-flops between two entries on every update; this seems to be because the duplicates are in the feed itself.