mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
846c8824d4
commit
06ca3706b8
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue