Fix web UI not showing cached events and add Blossom toggle (v0.48.13)
Some checks failed
Go / build-and-release (push) Has been cancelled
Some checks failed
Go / build-and-release (push) Has been cancelled
- Fix fetchEvents() discarding IndexedDB cached events instead of merging with relay results - Add mergeAndDeduplicateEvents() helper to combine and dedupe events by ID - Add ORLY_BLOSSOM_ENABLED config option to disable Blossom server - Make fetch-kinds.js fall back to existing eventKinds.js when network unavailable Files modified: - app/web/src/nostr.js: Fix event caching, add merge helper - app/web/scripts/fetch-kinds.js: Add fallback for network failures - app/config/config.go: Add BlossomEnabled config field - app/main.go: Check BlossomEnabled before initializing Blossom server - pkg/version/version: Bump to v0.48.13 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
v0.48.12
|
||||
v0.48.13
|
||||
|
||||
Reference in New Issue
Block a user