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:
@@ -22,10 +22,6 @@ pub fn render_timeline_route(
|
|||||||
note_context: &mut NoteContext,
|
note_context: &mut NoteContext,
|
||||||
jobs: &mut JobsCache,
|
jobs: &mut JobsCache,
|
||||||
) -> Option<RenderNavAction> {
|
) -> Option<RenderNavAction> {
|
||||||
if kind == &TimelineKind::Universe {
|
|
||||||
note_options.set_hide_media(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
match kind {
|
match kind {
|
||||||
TimelineKind::List(_)
|
TimelineKind::List(_)
|
||||||
| TimelineKind::Search(_)
|
| TimelineKind::Search(_)
|
||||||
|
|||||||
Reference in New Issue
Block a user