mirror of
https://github.com/dergigi/boris.git
synced 2026-01-17 05:44:24 +01:00
Fixed issue where 489 kind:30001 bookmarks were not appearing in groups because they had setName: undefined instead of setName: 'bookmark'. Changes: - Removed setName === 'bookmark' requirement from amethystPublic/Private filters - Now all kind:30001 bookmarks are grouped correctly regardless of setName - Removed debug logging that was added to diagnose the issue Before: Only 40 bookmarks shown (26 NIP-51 + 7 standalone + 7 web) After: All 522 bookmarks shown (26 NIP-51 + 489 Amethyst + 7 web)