edit relays: hook up data

This commit is contained in:
Alex Gleason
2024-04-02 01:54:55 -05:00
parent bc6082d3f2
commit 20f60e763c
3 changed files with 37 additions and 3 deletions

View File

@ -757,6 +757,9 @@ const getInstanceFeatures = (instance: Instance) => {
*/
nip05: v.software === DITTO,
/** Has a Nostr relay. */
nostr: !!instance.nostr?.relay,
/**
* Ability to sign Nostr events over websocket.
* @see GET /api/v1/streaming?stream=nostr