From 06ca3706b870d520ca2d76a04c9ac6397800c2c5 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 9 Apr 2024 14:27:41 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/views/mastodon/statuses.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/mastodon/statuses.ts b/src/views/mastodon/statuses.ts index 0a78060a..6762e82d 100644 --- a/src/views/mastodon/statuses.ts +++ b/src/views/mastodon/statuses.ts @@ -105,7 +105,6 @@ async function renderReblog(event: DittoEvent) { const repostId = event.tags.find(([name]) => name === 'e')?.[1]; if (!repostId) return; - event.repost = await getEvent(repostId, { kind: 1 }); event.repost = await getEvent(repostId, { kind: 1 }); if (!event.repost) return;