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, }, }) }