Skip to content

Commit

Permalink
Fix video link rendering when video-ffmpeg is not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Nov 12, 2024
1 parent b3a24b0 commit 7f14f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip-bin/src/ui/feed/note/content/media.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ fn try_render_video(
_volatile: bool,
_file_metadata: Option<FileMetadata>,
) -> bool {
true
false
}

// Should we show the media, or fall back to a link?
Expand Down

0 comments on commit 7f14f0f

Please sign in to comment.