feat: 24h pulse
This commit is contained in:
parent
b21855c294
commit
ce7afeb250
31 changed files with 1086 additions and 123 deletions
|
|
@ -87,3 +87,7 @@ export const toChachiChat = (relay: string, d: string) => {
|
|||
return `https://chachi.chat/${relay.replace(/^wss?:\/\//, '').replace(/\/$/, '')}/${d}`
|
||||
}
|
||||
export const toNjump = (id: string) => `https://njump.me/${id}`
|
||||
export const toUserAggregationDetail = (feedId: string, pubkey: string) => {
|
||||
const npub = nip19.npubEncode(pubkey)
|
||||
return `/user-aggregation/${feedId}/${npub}`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue