update nostr-sdk to fix relay lists and move things around.

This commit is contained in:
fiatjaf
2024-05-23 23:03:22 -03:00
parent 7a2aadb749
commit 5966234156
6 changed files with 27 additions and 28 deletions

View File

@@ -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 {