summaryrefslogtreecommitdiffstats
path: root/internal/nostr/envelope_test.go
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-02-13 21:20:50 -0800
committerbndw <ben@bdw.to>2026-02-13 21:20:50 -0800
commit15f9c714a28a062a4ec3a916675dccba98749788 (patch)
treefc0210582724b04dfae1428fc0f6024756dc292d /internal/nostr/envelope_test.go
parent13a6cbfe1036db242583a6af5471b5a21fb223b9 (diff)
fix: remove duplicate protocol prefix in WebSocket URL
The template was hardcoding 'ws://' prefix, but when using --public-url we were already passing 'wss://'. This caused the URL to display as 'ws://wss://domain/'. Fix by: - Removing 'ws://' prefix from template - Always including protocol in the variable (ws:// or wss://) - Also add http:// prefix for local development consistency
Diffstat (limited to 'internal/nostr/envelope_test.go')
0 files changed, 0 insertions, 0 deletions