mirror of
https://github.com/aljazceru/njump.git
synced 2026-01-31 11:44:34 +01:00
Fix pagination of relays archive
This commit is contained in:
@@ -41,6 +41,8 @@ func renderArchive(w http.ResponseWriter, r *http.Request) {
|
||||
area := ""
|
||||
if strings.HasPrefix(r.URL.Path[1:], "npubs-archive") {
|
||||
area = "npubs-archive"
|
||||
} else if strings.HasPrefix(r.URL.Path[1:], "relays-archive") {
|
||||
area = "relays-archive"
|
||||
}
|
||||
|
||||
if area == "npubs-archive" {
|
||||
|
||||
Reference in New Issue
Block a user