user_card: fix avatar not clickable
This commit is contained in:
parent
38444f3165
commit
0c3d81d0a0
1 changed files with 1 additions and 1 deletions
|
|
@ -426,7 +426,7 @@ export default {
|
||||||
zoomAvatar() {
|
zoomAvatar() {
|
||||||
const attachment = {
|
const attachment = {
|
||||||
url: this.user.profile_image_url_original,
|
url: this.user.profile_image_url_original,
|
||||||
mimetype: 'image',
|
type: 'image',
|
||||||
}
|
}
|
||||||
useMediaViewerStore().setMedia([attachment])
|
useMediaViewerStore().setMedia([attachment])
|
||||||
useMediaViewerStore().setCurrentMedia(attachment)
|
useMediaViewerStore().setCurrentMedia(attachment)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue