From 07c3775887237ae1a013b4130bb91433806990b7 Mon Sep 17 00:00:00 2001 From: Sikander Saleem Date: Wed, 18 Feb 2026 15:24:27 +0300 Subject: [PATCH] unread message list added. --- lib/views/pages/user/notifications/unread_chat_list.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }); }); },