logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 5c655b6675718e1617a2bf94c4ec75167f0a0e23
parent 8c8237418cf36e97c76dfe339ab49df4a12be7a4
Author: Henry Jameson <me@hjkos.com>
Date:   Tue,  8 Jun 2021 17:19:38 +0300

lint

Diffstat:

Msrc/components/status/status.js2+-
Msrc/components/status/status.vue4++--
Msrc/components/status_body/status_body.vue2+-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/status/status.js b/src/components/status/status.js @@ -36,7 +36,7 @@ import { faEyeSlash, faEye, faThumbtack, - faAt, + faAt } from '@fortawesome/free-solid-svg-icons' library.add( diff --git a/src/components/status/status.vue b/src/components/status/status.vue @@ -262,8 +262,8 @@ class="mention-link" :content="replyToName" :url="replyProfileLink" - :userId="status.in_reply_to_user_id" - :userScreenName="status.in_reply_to_screen_name" + :user-id="status.in_reply_to_user_id" + :user-screen-name="status.in_reply_to_screen_name" :first-mention="false" /> <span diff --git a/src/components/status_body/status_body.vue b/src/components/status_body/status_body.vue @@ -46,7 +46,7 @@ v-if="!mentionsOwnLine" :attentions="status.attentions" class="mentions-line" - /> + /> <RichContent :class="{ '-single-line': singleLine }" class="text media-body"