feat: 💨
This commit is contained in:
parent
e61fd2e172
commit
fe7d3a8b32
11 changed files with 158 additions and 31 deletions
|
|
@ -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]
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue