diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-05-25 13:34:26 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-05-25 13:35:09 -0400 |
| commit | 152302cbff4e311da2922021efa9c326ceca6570 (patch) | |
| tree | b7b92131d4b80cc6fe6fe580bcefcb74f5f89be3 /src/components/account_actions/account_actions.js | |
| parent | c93adf2e9a8ac6bfbe1e6cebde1d189475b3cb58 (diff) | |
Fix Open Chat button
Diffstat (limited to 'src/components/account_actions/account_actions.js')
| -rw-r--r-- | src/components/account_actions/account_actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/account_actions/account_actions.js b/src/components/account_actions/account_actions.js index e53c4f77..99762562 100644 --- a/src/components/account_actions/account_actions.js +++ b/src/components/account_actions/account_actions.js @@ -40,7 +40,7 @@ const AccountActions = { openChat () { this.$router.push({ name: 'chat', - params: { recipient_id: this.user.id } + params: { username: this.$store.state.users.currentUser.screen_name, recipient_id: this.user.id } }) } }, |
