diff --git a/src/controllers/nostr/relay-info.ts b/src/controllers/nostr/relay-info.ts index 83b2c57..0edafbd 100644 --- a/src/controllers/nostr/relay-info.ts +++ b/src/controllers/nostr/relay-info.ts @@ -5,7 +5,7 @@ const relayInfoController: AppController = (c) => { return c.json({ name: 'Ditto', description: 'Nostr and the Fediverse.', - pubkey: '', + pubkey: Conf.pubkey, contact: `mailto:${Conf.adminEmail}`, supported_nips: [1, 5, 9, 11, 45, 46, 98], software: 'Ditto',