Nostr: allow setting a nip05 username
This commit is contained in:
@@ -722,6 +722,12 @@ const getInstanceFeatures = (instance: Instance) => {
|
||||
v.software === TAKAHE,
|
||||
]),
|
||||
|
||||
/**
|
||||
* Can set a Nostr username.
|
||||
* @see PATCH /api/v1/accounts/update_credentials
|
||||
*/
|
||||
nip05: v.software === DITTO,
|
||||
|
||||
/**
|
||||
* Ability to sign Nostr events over websocket.
|
||||
* @see GET /api/v1/streaming?stream=nostr
|
||||
|
||||
Reference in New Issue
Block a user