Loading lib/Travelynx/Controller/Profile.pm +10 −5 Original line number Diff line number Diff line Loading @@ -114,6 +114,7 @@ sub profile { or ( $visibility eq 'followers' and ( ( $relation and $relation eq 'follows' ) or $is_self or $self->status_token_ok($status) ) ) ) Loading Loading @@ -290,6 +291,7 @@ sub journey_details { or ( $visibility eq 'followers' and ( ( $relation and $relation eq 'follows' ) or $is_self or $self->journey_token_ok($journey) ) ) ) Loading Loading @@ -428,6 +430,7 @@ sub user_status { or ( $visibility eq 'followers' and ( ( $relation and $relation eq 'follows' ) or $is_self or $self->journey_token_ok( $journey, $ts ) ) ) ) Loading Loading @@ -477,6 +480,7 @@ sub user_status { or ( $visibility eq 'followers' and ( ( $relation and $relation eq 'follows' ) or $is_self or $self->status_token_ok( $status, $ts ) ) ) ) Loading Loading @@ -592,6 +596,7 @@ sub status_card { or ( $visibility eq 'followers' and ( ( $relation and $relation eq 'follows' ) or $is_self or $self->status_token_ok($status) ) ) ) Loading Loading
lib/Travelynx/Controller/Profile.pm +10 −5 Original line number Diff line number Diff line Loading @@ -114,6 +114,7 @@ sub profile { or ( $visibility eq 'followers' and ( ( $relation and $relation eq 'follows' ) or $is_self or $self->status_token_ok($status) ) ) ) Loading Loading @@ -290,6 +291,7 @@ sub journey_details { or ( $visibility eq 'followers' and ( ( $relation and $relation eq 'follows' ) or $is_self or $self->journey_token_ok($journey) ) ) ) Loading Loading @@ -428,6 +430,7 @@ sub user_status { or ( $visibility eq 'followers' and ( ( $relation and $relation eq 'follows' ) or $is_self or $self->journey_token_ok( $journey, $ts ) ) ) ) Loading Loading @@ -477,6 +480,7 @@ sub user_status { or ( $visibility eq 'followers' and ( ( $relation and $relation eq 'follows' ) or $is_self or $self->status_token_ok( $status, $ts ) ) ) ) Loading Loading @@ -592,6 +596,7 @@ sub status_card { or ( $visibility eq 'followers' and ( ( $relation and $relation eq 'follows' ) or $is_self or $self->status_token_ok($status) ) ) ) Loading