feat: 💨

This commit is contained in:
codytseng 2025-02-18 14:55:58 +08:00
parent e61fd2e172
commit fe7d3a8b32
11 changed files with 158 additions and 31 deletions

View file

@ -38,7 +38,7 @@ export function createReactionDraftEvent(event: Event): TDraftEvent {
export function createRepostDraftEvent(event: Event): TDraftEvent {
const isProtected = isProtectedEvent(event)
const tags = [
['e', event.id, client.getEventHint(event.id), 'mentions', event.pubkey],
['e', event.id, client.getEventHint(event.id), '', event.pubkey],
['p', event.pubkey]
]