diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-20 21:02:29 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-20 21:02:29 +0000 |
| commit | 0fc7cbfa2462cfc025f6d218f02649693a71f677 (patch) | |
| tree | d84e25b53ab48848b5d09875aee47e2b019d812a /src/components/status/status.vue | |
| parent | b78ad8998dbba447796a62be945d6fdf2153506a (diff) | |
| parent | 0f824ff311bd3b1b8a0126ad9d7a2885440d3762 (diff) | |
Merge branch 'fetags' into 'develop'
add tags to data and to status component
See merge request pleroma/pleroma-fe!801
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index aea5b78b..e1dd81ac 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -32,7 +32,7 @@ </div> </div> - <div :class="[userClass, { highlighted: userStyle, 'is-retweet': retweet && !inConversation }]" :style="[ userStyle ]" class="media status"> + <div :class="[userClass, { highlighted: userStyle, 'is-retweet': retweet && !inConversation }]" :style="[ userStyle ]" class="media status" :data-tags="tags"> <div v-if="!noHeading" class="media-left"> <router-link :to="userProfileLink" @click.stop.prevent.capture.native="toggleUserExpanded"> <UserAvatar :compact="compact" :betterShadow="betterShadow" :user="status.user"/> |
