Unverified Commit 3c59efe2 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

timeline: minimum visibility is followers-only, not unlisted

parent cdce746a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -330,7 +330,7 @@ sub get_timeline {

	my $where = {
		follower_id          => $uid,
		effective_visibility => { '>=', 30 }
		effective_visibility => { '>=', 60 }
	};

	if ( $opt{short} ) {