NIP-11: fix pubkey field
This commit is contained in:
parent
26e64e781c
commit
3ae47ee865
|
@ -5,7 +5,7 @@ const relayInfoController: AppController = (c) => {
|
||||||
return c.json({
|
return c.json({
|
||||||
name: 'Ditto',
|
name: 'Ditto',
|
||||||
description: 'Nostr and the Fediverse.',
|
description: 'Nostr and the Fediverse.',
|
||||||
pubkey: '<administrative contact pubkey>',
|
pubkey: Conf.pubkey,
|
||||||
contact: `mailto:${Conf.adminEmail}`,
|
contact: `mailto:${Conf.adminEmail}`,
|
||||||
supported_nips: [1, 5, 9, 11, 45, 46, 98],
|
supported_nips: [1, 5, 9, 11, 45, 46, 98],
|
||||||
software: 'Ditto',
|
software: 'Ditto',
|
||||||
|
|
Loading…
Reference in New Issue