Loading lib/Travelynx.pm +7 −1 Original line number Diff line number Diff line Loading @@ -1706,6 +1706,7 @@ sub startup { $status->{checked_in} or $status->{cancelled} ) ? \1 : \0, comment => $status->{comment}, fromStation => { ds100 => $status->{dep_ds100}, name => $status->{dep_name}, Loading Loading @@ -1750,7 +1751,12 @@ sub startup { } }; if ( not $opt{public} ) { if ( $opt{public} ) { if ( not $privacy->{comments_visible} ) { delete $ret->{comment}; } } else { $ret->{actionTime} = $status->{timestamp} ? $status->{timestamp}->epoch Loading Loading
lib/Travelynx.pm +7 −1 Original line number Diff line number Diff line Loading @@ -1706,6 +1706,7 @@ sub startup { $status->{checked_in} or $status->{cancelled} ) ? \1 : \0, comment => $status->{comment}, fromStation => { ds100 => $status->{dep_ds100}, name => $status->{dep_name}, Loading Loading @@ -1750,7 +1751,12 @@ sub startup { } }; if ( not $opt{public} ) { if ( $opt{public} ) { if ( not $privacy->{comments_visible} ) { delete $ret->{comment}; } } else { $ret->{actionTime} = $status->{timestamp} ? $status->{timestamp}->epoch Loading