feat: support bookmarking replaceable events

This commit is contained in:
codytseng 2025-08-30 23:34:03 +08:00
parent 2ee9037322
commit 9589095dc5
4 changed files with 40 additions and 13 deletions

View file

@ -599,7 +599,7 @@ function buildDTag(identifier: string) {
return ['d', identifier]
}
function buildETag(
export function buildETag(
eventHexId: string,
pubkey: string = '',
hint: string = '',