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 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/Travelynx/Helper') 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( -- cgit v1.2.3