Stringify supported nips

This commit is contained in:
Jon Staab
2026-01-26 10:08:37 -08:00
parent 1c0204c17c
commit 1ce053b26f
6 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export const hasNegentropy = (url: string) => {
const relay = getRelay(url)
if (relay?.negentropy) return true
if (relay?.supported_nips?.includes?.(77)) return true
if (relay?.supported_nips?.includes?.("77")) return true
if (relay?.software?.includes?.("strfry") && !relay?.version?.match(/^0\./)) return true
return false