From 2cc31422b7f36fa9e0706b83cb295ba3952d9f85 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 3 Oct 2020 14:33:56 +0200 Subject: sync travelynx -> Träwelling: add comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/Travelynx/Helper/Traewelling.pm | 4 ++++ lib/Travelynx/Model/Traewelling.pm | 1 + 2 files changed, 5 insertions(+) diff --git a/lib/Travelynx/Helper/Traewelling.pm b/lib/Travelynx/Helper/Traewelling.pm index 36af239..c6b3dd0 100644 --- a/lib/Travelynx/Helper/Traewelling.pm +++ b/lib/Travelynx/Helper/Traewelling.pm @@ -285,6 +285,10 @@ sub checkin { $opt{dep_eva} ); + if ( $opt{user_data}{comment} ) { + $request->{body} = $opt{user_data}{comment}; + } + # Work around https://github.com/Traewelling/traewelling/issues/72 $self->{user_agent}->request_timeout(20) ->get_p( diff --git a/lib/Travelynx/Model/Traewelling.pm b/lib/Travelynx/Model/Traewelling.pm index 181c519..1a2f4ec 100644 --- a/lib/Travelynx/Model/Traewelling.pm +++ b/lib/Travelynx/Model/Traewelling.pm @@ -185,6 +185,7 @@ sub get_pushable_accounts { my ($self) = @_; my $res = $self->{pg}->db->query( qq{select t.user_id as uid, t.token as token, t.data as data, + i.user_data as user_data, i.checkin_station_id as dep_eva, i.checkout_station_id as arr_eva, i.data as journey_data, i.train_type as train_type, i.train_line as train_line, i.train_no as train_no, -- cgit v1.2.3