Skip to content

Commit

Permalink
Merge branch '5.5' into 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyperghost committed Sep 20, 2024
2 parents 09e3ab0 + 0bc6f29 commit 5e8735e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function parse(HtmlInputProcessor $htmlInputProcessor, array $embeddedDat
}
}

return $mediaIDs;
return \array_unique($mediaIDs);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public function parse(HtmlInputProcessor $htmlInputProcessor, array $embeddedDat
}
}

return $unfurlUrlIDs;
return \array_unique($unfurlUrlIDs);
}
}

0 comments on commit 5e8735e

Please sign in to comment.