summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkAvatars.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/components/MkAvatars.vue')
-rw-r--r--packages/frontend/src/components/MkAvatars.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkAvatars.vue b/packages/frontend/src/components/MkAvatars.vue
index 162338b639..995a72e511 100644
--- a/packages/frontend/src/components/MkAvatars.vue
+++ b/packages/frontend/src/components/MkAvatars.vue
@@ -1,7 +1,7 @@
<template>
<div>
<div v-for="user in users" :key="user.id" style="display:inline-block;width:32px;height:32px;margin-right:8px;">
- <MkAvatar :user="user" style="width:32px;height:32px;" :show-indicator="true"/>
+ <MkAvatar :user="user" style="width:32px;height:32px;" indicator link preview/>
</div>
</div>
</template>