feat: others relays
This commit is contained in:
parent
6543f29529
commit
64a5573969
12 changed files with 174 additions and 36 deletions
|
|
@ -37,6 +37,10 @@ export const toFollowingList = (pubkey: string) => {
|
|||
const npub = nip19.npubEncode(pubkey)
|
||||
return `/users/${npub}/following`
|
||||
}
|
||||
export const toOthersRelaySettings = (pubkey: string) => {
|
||||
const npub = nip19.npubEncode(pubkey)
|
||||
return `/users/${npub}/relays`
|
||||
}
|
||||
export const toRelaySettings = () => '/relay-settings'
|
||||
export const toSettings = () => '/settings'
|
||||
export const toProfileEditor = () => '/profile-editor'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue