mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Update webapp/pages/profile/_id/_slug.vue
Co-authored-by: Alexander Friedland <fridolin@tutanota.com>
This commit is contained in:
parent
2a44b18aa6
commit
a07a8b35e0
@ -82,7 +82,7 @@
|
||||
<base-button
|
||||
icon="chat-bubble"
|
||||
v-tooltip="{
|
||||
content: $t('chat.userProfileButton.tooltip'),
|
||||
content: $t('chat.userProfileButton.tooltip', {'USERNAME': userName}),
|
||||
placement: 'bottom-start',
|
||||
}"
|
||||
@click="$store.commit('chat/SET_OPEN_CHAT', { showChat: true, roomID: user.id })"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user