mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
fix: add 'p' tag to kind 7 event
This commit is contained in:
parent
6eaf18a890
commit
5de7cfb4da
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ const reactionController: AppController = async (c) => {
|
||||||
kind: 7,
|
kind: 7,
|
||||||
content: emoji,
|
content: emoji,
|
||||||
created_at: Math.floor(Date.now() / 1000),
|
created_at: Math.floor(Date.now() / 1000),
|
||||||
tags: [['e', id]],
|
tags: [['e', id], ['p', event.pubkey]],
|
||||||
}, c);
|
}, c);
|
||||||
|
|
||||||
await hydrateEvents({ events: [event], store });
|
await hydrateEvents({ events: [event], store });
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue