mirror of
https://github.com/derf/travelynx
synced 2024-11-10 15:04:17 +00:00
timeline: minimum visibility is followers-only, not unlisted
This commit is contained in:
parent
cdce746afd
commit
3c59efe2d4
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ sub get_timeline {
|
|||
|
||||
my $where = {
|
||||
follower_id => $uid,
|
||||
effective_visibility => { '>=', 30 }
|
||||
effective_visibility => { '>=', 60 }
|
||||
};
|
||||
|
||||
if ( $opt{short} ) {
|
||||
|
|
Loading…
Reference in a new issue