mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-09 00:28:51 +00:00
mark getRelays and get_relays as deprecated.
This commit is contained in:
3
nip55.ts
3
nip55.ts
@@ -90,6 +90,9 @@ export function signEventUri({ eventJson, ...params }: EventUriParams): string {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated removed from NIP
|
||||
*/
|
||||
export function getRelaysUri(params: BaseParams & { id?: string; currentUser?: string }): string {
|
||||
return buildDefaultUri('get_relays', params)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user