diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue index f17a96d94..ce97cd53a 100644 --- a/webapp/pages/profile/_id/_slug.vue +++ b/webapp/pages/profile/_id/_slug.vue @@ -85,7 +85,7 @@ content: $t('chat.userProfileButton.tooltip', { name: userName }), placement: 'bottom-start', }" - @click="$store.commit('chat/SET_OPEN_CHAT', { showChat: true, roomID: user.id })" + @click="showChat({ showChat: true, roomID: user.id })" > {{ $t('chat.userProfileButton.label') }} @@ -182,6 +182,7 @@