mleku 1bbbfb5570
Some checks failed
Go / build-and-release (push) Has been cancelled
Fix WebSocket protocol detection for HTTP deployments (v0.36.3)
- Fix minifier optimization bug that caused ws:// protocol detection to
  always return wss:// by using startsWith('https') instead of === 'https:'
- Update App.svelte to use protocol detection in all 5 WebSocket URL
  construction locations (compose, delete, repost, publish functions)
- Update constants.js DEFAULT_RELAYS to use the same minifier-safe pattern
- Enables web UI to work correctly on HTTP-only relay deployments

Files modified:
- app/web/src/App.svelte: Fix 5 hardcoded wss:// URLs with protocol detection
- app/web/src/constants.js: Fix DEFAULT_RELAYS protocol detection
- pkg/version/version: Bump to v0.36.3

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-17 13:52:28 +01:00
2025-11-27 06:31:34 +00:00
2025-12-04 20:10:27 +00:00
Description
No description provided
Readme Unlicense 42 MiB
Languages
Go 77.4%
Svelte 9.7%
Shell 5.3%
JavaScript 3.5%
TypeScript 3.4%
Other 0.6%