Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
846c8824d4
commit
06ca3706b8
|
@ -105,7 +105,6 @@ async function renderReblog(event: DittoEvent) {
|
||||||
|
|
||||||
const repostId = event.tags.find(([name]) => name === 'e')?.[1];
|
const repostId = event.tags.find(([name]) => name === 'e')?.[1];
|
||||||
if (!repostId) return;
|
if (!repostId) return;
|
||||||
event.repost = await getEvent(repostId, { kind: 1 });
|
|
||||||
|
|
||||||
event.repost = await getEvent(repostId, { kind: 1 });
|
event.repost = await getEvent(repostId, { kind: 1 });
|
||||||
if (!event.repost) return;
|
if (!event.repost) return;
|
||||||
|
|
Loading…
Reference in New Issue