preserve post kind in search suggestions

This commit is contained in:
Your Name 2026-01-02 01:24:11 -05:00
parent 97f8ce3c11
commit 3c88d107bf
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ function normalizeOne(r) {
r.source); r.source);
const kind = const kind =
type || type ||
(coords ? "place" : hasPostSignal ? "post" : "item"); (hasPostSignal ? "post" : coords ? "place" : "item");
const tags = const tags =
Array.isArray(r.event_tags) Array.isArray(r.event_tags)
? r.event_tags ? r.event_tags