mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Merge branch 'fix-reaction-target-pubkey' into 'main'
fix: add 'p' tag to kind 7 event See merge request soapbox-pub/ditto!606
This commit is contained in:
commit
f1f00fcf38
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ const reactionController: AppController = async (c) => {
|
|||
kind: 7,
|
||||
content: emoji,
|
||||
created_at: Math.floor(Date.now() / 1000),
|
||||
tags: [['e', id]],
|
||||
tags: [['e', id], ['p', event.pubkey]],
|
||||
}, c);
|
||||
|
||||
await hydrateEvents({ events: [event], store });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue