forked from coracle/flotilla
Add thread share button
This commit is contained in:
@@ -13,6 +13,9 @@ export const makeSpacePath = (url: string, extra = "") => {
|
||||
|
||||
export const makeChatPath = (pubkeys: string[]) => `/chat/${makeChatId(pubkeys)}`
|
||||
|
||||
export const makeRoomPath = (url: string, room: string) =>
|
||||
`/spaces/${encodeRelay(url)}/${room}`
|
||||
|
||||
export const makeThreadPath = (url: string, eventId: string) =>
|
||||
`/spaces/${encodeRelay(url)}/threads/${eventId}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user