diff --git a/src/controllers/api/reactions.ts b/src/controllers/api/reactions.ts index 7c65672a..7d42c197 100644 --- a/src/controllers/api/reactions.ts +++ b/src/controllers/api/reactions.ts @@ -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 });