Files
svemagie bd26b25961 fix: hashtag timeline returns empty results
- inReplyTo stored as empty string "" for non-replies in timeline-store.js;
  filters using {$exists: false} missed these docs → hashtag/public timelines empty
- Fix: omit inReplyTo/quoteUrl fields entirely when empty (undefined spread)
- Fix: update all {$exists: false} filters to also match {inReplyTo: ""}
- Fix: hashtag timeline query uses case-insensitive prefix regex so
  "politics" matches "on/politics", "wandern" matches stored "wandern"
- DB migration: unset inReplyTo:"" on 620 existing ap_timeline documents
2026-05-10 18:34:50 +02:00
..