timeline: minimum visibility is followers-only, not unlisted

This commit is contained in:
Birte Kristina Friesel 2023-07-15 16:12:09 +02:00
parent cdce746afd
commit 3c59efe2d4
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -330,7 +330,7 @@ sub get_timeline {
my $where = {
follower_id => $uid,
effective_visibility => { '>=', 30 }
effective_visibility => { '>=', 60 }
};
if ( $opt{short} ) {