mirror of
https://github.com/derf/travelynx
synced 2024-12-12 05:52:33 +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 = {
|
my $where = {
|
||||||
follower_id => $uid,
|
follower_id => $uid,
|
||||||
effective_visibility => { '>=', 30 }
|
effective_visibility => { '>=', 60 }
|
||||||
};
|
};
|
||||||
|
|
||||||
if ( $opt{short} ) {
|
if ( $opt{short} ) {
|
||||||
|
|
Loading…
Reference in a new issue