diff --git a/lib/views/pages/user/notifications/unread_chat_list.dart b/lib/views/pages/user/notifications/unread_chat_list.dart index 3634180f..ed82f2f7 100644 --- a/lib/views/pages/user/notifications/unread_chat_list.dart +++ b/lib/views/pages/user/notifications/unread_chat_list.dart @@ -69,7 +69,7 @@ class UnReadChatList extends StatelessWidget { "transactionType": "17", "requestType": "chat", "moduleId": messages[index].moduleCode, - "requestNumber": messages[index].conversationId, + "requestNumber": messages[index].referenceId, }); }); },