mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 22:34:25 +01:00
update go-nostr.
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user