mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 06:14:22 +01:00
update nostr-sdk to fix relay lists and move things around.
This commit is contained in:
@@ -59,7 +59,7 @@ func renderEmbedded(w http.ResponseWriter, r *http.Request, code string) {
|
||||
Metadata: data.metadata,
|
||||
NormalizedAuthorWebsiteURL: normalizeWebsiteURL(data.metadata.Website),
|
||||
RenderedAuthorAboutText: template.HTML(basicFormatting(html.EscapeString(data.metadata.About), false, false, true)),
|
||||
AuthorRelays: data.authorRelays,
|
||||
AuthorRelays: data.authorRelaysPretty,
|
||||
})
|
||||
default:
|
||||
log.Error().Int("templateId", int(data.templateId)).Msg("no way to render")
|
||||
|
||||
Reference in New Issue
Block a user