diff --git a/webapp/components/Chat/Chat.vue b/webapp/components/Chat/Chat.vue index 3a059f64e..d7864ebef 100644 --- a/webapp/components/Chat/Chat.vue +++ b/webapp/components/Chat/Chat.vue @@ -4,7 +4,7 @@ { diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index bd518b976..a75535a84 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -13,33 +13,40 @@ -
- +
+
+ 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 @@