update go-nostr.

This commit is contained in:
fiatjaf
2023-11-04 15:52:26 -03:00
parent f94ea2f7c2
commit d05440b98f
10 changed files with 59 additions and 43 deletions

View File

@@ -51,7 +51,7 @@ func renderArchive(w http.ResponseWriter, r *http.Request) {
title = "Nostr relays archive"
}
keys := cache.GetPaginatedkeys(prefix, page, resultsPerPage)
keys := cache.GetPaginatedKeys(prefix, page, resultsPerPage)
data := []string{}
for i := 0; i < len(keys); i++ {
if area == "npubs-archive" {