diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue index ce97cd53a..cef3a5d45 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="showChat({ showChat: true, roomID: user.id })" + @click="showOrChangeChat(user.id)" > {{ $t('chat.userProfileButton.label') }} @@ -182,7 +182,7 @@