commit c469a0ff221cd66d9a518e3f90452b7d7bd90f1d
parent 54308c807e2fd3046c9bfb091bdde99596e7b3d8
Author: William Casarin <jb55@jb55.com>
Date: Wed, 14 May 2025 09:53:55 -0700
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>
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/crates/notedeck_columns/src/timeline/route.rs b/crates/notedeck_columns/src/timeline/route.rs
@@ -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(_)