Merge branch 'nip11' into 'main'
NIP-11: fix pubkey field See merge request soapbox-pub/ditto!82
This commit is contained in:
commit
5ea9cc399f
|
@ -5,7 +5,7 @@ const relayInfoController: AppController = (c) => {
|
|||
return c.json({
|
||||
name: 'Ditto',
|
||||
description: 'Nostr and the Fediverse.',
|
||||
pubkey: '<administrative contact pubkey>',
|
||||
pubkey: Conf.pubkey,
|
||||
contact: `mailto:${Conf.adminEmail}`,
|
||||
supported_nips: [1, 5, 9, 11, 45, 46, 98],
|
||||
software: 'Ditto',
|
||||
|
|
Loading…
Reference in New Issue