Merge branch 'emoji-resp' into 'main'
reactionController: fix the response See merge request soapbox-pub/ditto!313
This commit is contained in:
commit
ca755b6d77
|
@ -33,7 +33,9 @@ const reactionController: AppController = async (c) => {
|
||||||
tags: [['e', id]],
|
tags: [['e', id]],
|
||||||
}, c);
|
}, c);
|
||||||
|
|
||||||
const status = renderStatus(event, { viewerPubkey: await signer.getPublicKey() });
|
await hydrateEvents({ events: [event], store });
|
||||||
|
|
||||||
|
const status = await renderStatus(event, { viewerPubkey: await signer.getPublicKey() });
|
||||||
|
|
||||||
return c.json(status);
|
return c.json(status);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue