"share note" url
This commit is contained in:
parent
2c7878ac7f
commit
700db8f62c
@ -45,8 +45,8 @@ export function NoteContextMenu({ ev, ...props }: NosteContextMenuProps) {
|
||||
}
|
||||
|
||||
async function share() {
|
||||
const link = NostrLink.fromEvent(ev).encode();
|
||||
const url = `${window.location.protocol}//${window.location.host}/e/${link}`;
|
||||
const link = NostrLink.fromEvent(ev, CONFIG.eventLinkPrefix).encode();
|
||||
const url = `${window.location.protocol}//${window.location.host}/${link}`;
|
||||
if ("share" in window.navigator) {
|
||||
await window.navigator.share({
|
||||
title: "Snort",
|
||||
|
Loading…
x
Reference in New Issue
Block a user