timeline: show media on universe timeline

Now that we have blurred images from people you don't
follow, we can enable this again

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-05-14 09:53:55 -07:00
parent 54308c807e
commit c469a0ff22

View File

@@ -22,10 +22,6 @@ pub fn render_timeline_route(
note_context: &mut NoteContext,
jobs: &mut JobsCache,
) -> Option<RenderNavAction> {
if kind == &TimelineKind::Universe {
note_options.set_hide_media(true);
}
match kind {
TimelineKind::List(_)
| TimelineKind::Search(_)