What is Nostr?
hodlbod /
npub1jlr…ynqn
2024-09-30 23:26:45
in reply to nevent1q…ttwk

hodlbod on Nostr: one point oh only, I have some beautiful parsing logic to try to guess at 1.0 support ...

one point oh only, I have some beautiful parsing logic to try to guess at 1.0 support since the nip hasn't been merged yet:

```
export const hasNegentropy = (url: string) => {
const p = relaysByUrl.get().get(url)?.profile

if (p?.supported_nips?.includes(77)) return true
if (p?.software?.includes('strfry') && !p?.version?.match(/^0\./)) return true

return false
}
```
Author Public Key
npub1jlrs53pkdfjnts29kveljul2sm0actt6n8dxrrzqcersttvcuv3qdjynqn