aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.vue
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2019-02-04 19:49:23 +0200
committershpuld <shp@cock.li>2019-02-04 19:49:23 +0200
commit54e7e0e31babbfb0c4ebc2e1a73012e1b1890231 (patch)
tree7533728f9f115f877806694960dcaeb48d28dbd7 /src/components/notification/notification.vue
parent18ae7bd5f366598d46a65e9da1312c98f7bb00e7 (diff)
parent3cd1deb133926281920f10c1ddd6eb694c09f44d (diff)
merge develop and fix conflicts AGAIN
Diffstat (limited to 'src/components/notification/notification.vue')
-rw-r--r--src/components/notification/notification.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index f91c90cc..a0a55cba 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -2,7 +2,7 @@
<status v-if="notification.type === 'mention'" :compact="true" :statusoid="notification.status"></status>
<div class="non-mention" :class="[userClass, { highlighted: userStyle }]" :style="[ userStyle ]"v-else>
<a class='avatar-container' :href="notification.action.user.statusnet_profile_url" @click.stop.prevent.capture="toggleUserExpanded">
- <StillImage class='avatar-compact' :class="{'better-shadow': betterShadow}" :src="notification.action.user.profile_image_url_original"/>
+ <UserAvatar :compact="true" :betterShadow="betterShadow" :src="notification.action.user.profile_image_url_original"/>
</a>
<div class='notification-right'>
<div class="usercard notification-usercard" v-if="userExpanded">