diff --git a/gossip-bin/src/ui/feed/note/content/media.rs b/gossip-bin/src/ui/feed/note/content/media.rs index d7fe6c86..3be40d27 100644 --- a/gossip-bin/src/ui/feed/note/content/media.rs +++ b/gossip-bin/src/ui/feed/note/content/media.rs @@ -346,7 +346,7 @@ fn try_render_video( _volatile: bool, _file_metadata: Option, ) -> bool { - true + false } // Should we show the media, or fall back to a link?