diff --git a/lib/forez/tour/forez_tour_builder.dart b/lib/forez/tour/forez_tour_builder.dart index e1289fd..7338576 100644 --- a/lib/forez/tour/forez_tour_builder.dart +++ b/lib/forez/tour/forez_tour_builder.dart @@ -58,6 +58,14 @@ List buildTour(TourRouteState state) { showPresenceSettingsRoute(context, await ForezGroupHelper.getId()), ), + // Chat pane + PresentationPane( + icon: Icons.question_answer, + title: tr("Conversations"), + text: tr( + "#Forez now integrates the conversation system of Comunic, so you have access both to public and private conversations!"), + ), + LastTourPane(), ]; }