Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -330,7 +330,7 @@ sub get_timeline {
my $where = {
follower_id => $uid,
effective_visibility => { '>=', 30 }
effective_visibility => { '>=', 60 }
};
if ( $opt{short} ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment