diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index a3c92306..c775e394 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -245,7 +245,7 @@ export class PostListing extends Component { const url = post.url; // if direct video link or embedded video link - if (url && isVideo(url)) { + if ((url && isVideo(url)) || isVideo(post.embed_video_url ?? "")) { return (