Skip to content

Commit

Permalink
Mark users as seen when successfully pulling a traewelling checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Nov 26, 2024
1 parent 0b6a431 commit e9a3e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Travelynx.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2013,6 +2013,7 @@ sub startup {
$self->log->debug(
"... checked in : $traewelling->{dep_name} $traewelling->{dep_eva} -> $traewelling->{arr_name} $traewelling->{arr_eva}"
);
$self->users->mark_seen( uid => $uid );
my $user_status = $self->get_user_status($uid);
if ( $user_status->{checked_in} ) {
$self->log->debug(
Expand Down

0 comments on commit e9a3e84

Please sign in to comment.