From 7fae7ad9b6d326656051c29b038e706b5296d447 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 30 Jul 2026 17:10:21 +0300 Subject: [PATCH] fix chat list --- src/components/chat_list_item/chat_list_item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chat_list_item/chat_list_item.js b/src/components/chat_list_item/chat_list_item.js index 3bbb93d60..c95895def 100644 --- a/src/components/chat_list_item/chat_list_item.js +++ b/src/components/chat_list_item/chat_list_item.js @@ -60,7 +60,7 @@ const ChatListItem = { name: 'chat', params: { username: this.currentUser.screen_name, - recipient_id: this.chat.account.id, + chatUserId: this.chat.account.id, }, }) }