From a9ce0eeb1e4d8aeeb473de0e840cc11a1e0045e6 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 31 Aug 2026 17:32:51 +0300 Subject: [PATCH] fix chat error --- src/components/account_actions/account_actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/account_actions/account_actions.js b/src/components/account_actions/account_actions.js index 1af3e6e4c..bc29d3f6a 100644 --- a/src/components/account_actions/account_actions.js +++ b/src/components/account_actions/account_actions.js @@ -90,7 +90,7 @@ const AccountActions = { name: 'chat', params: { username: useUsersStore().currentUser.screen_name, - recipient_id: this.user.id, + chatUserId: this.user.id, }, }) },