Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Alex Gleason 2024-04-09 14:27:41 +00:00
parent 846c8824d4
commit 06ca3706b8
1 changed files with 0 additions and 1 deletions

View File

@ -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;