mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-18 14:54:24 +01:00
update nostr-sdk to fix relay lists and move things around.
This commit is contained in:
@@ -79,7 +79,7 @@ func renderProfile(w http.ResponseWriter, r *http.Request, code string) {
|
||||
NormalizedAuthorWebsiteURL: normalizeWebsiteURL(data.metadata.Website),
|
||||
RenderedAuthorAboutText: template.HTML(basicFormatting(html.EscapeString(data.metadata.About), false, false, false)),
|
||||
Nprofile: data.nprofile,
|
||||
AuthorRelays: data.authorRelays,
|
||||
AuthorRelays: data.authorRelaysPretty,
|
||||
LastNotes: data.renderableLastNotes,
|
||||
Clients: generateClientList(data.event.Kind, data.nprofile,
|
||||
func(c ClientReference, s string) string {
|
||||
|
||||
Reference in New Issue
Block a user