mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Also add nostr to InstanceV2
This commit is contained in:
parent
248324f642
commit
e6495c3687
1 changed files with 4 additions and 0 deletions
|
|
@ -133,6 +133,10 @@ const instanceV2Controller: AppController = async (c) => {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
nostr: {
|
||||||
|
pubkey: Conf.pubkey,
|
||||||
|
relay: `${wsProtocol}//${host}/relay`,
|
||||||
|
},
|
||||||
pleroma: {
|
pleroma: {
|
||||||
metadata: {
|
metadata: {
|
||||||
features,
|
features,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue