From 9157e14dedc039a50508b30f35e597cce4db12d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 18 Jul 2023 18:21:05 +0200 Subject: [PATCH] Change small chat partner on click the chat button on different user profile --- webapp/pages/profile/_id/_slug.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 @@