Update: 2026-06-21 02:07:00
This commit is contained in:
@@ -588,6 +588,17 @@ class PassengerInfoWindow extends StatelessWidget {
|
||||
'message_content': body,
|
||||
},
|
||||
);
|
||||
|
||||
// Log the chat message interaction under driver_ride_scam
|
||||
CRUD().post(
|
||||
link: AppLink.addDriverScam,
|
||||
payload: {
|
||||
'driverID': box.read(BoxName.driverID).toString(),
|
||||
'passengerID': controller.passengerId.toString(),
|
||||
'rideID': controller.rideId.toString(),
|
||||
'isDriverCallPassenger': 'false',
|
||||
},
|
||||
);
|
||||
} catch (e) {
|
||||
// Ignore or log error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user