logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: ffc501eb236a7ec088c058d24396a2dccc8f3a8b
parent 9421501c1e871129b11c42a672b12b70b0db4c4a
Author: Henry Jameson <me@hjkos.com>
Date:   Fri, 11 Jun 2021 13:38:08 +0300

cleanup

Diffstat:

Msrc/components/status_body/status_body.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/status_body/status_body.js b/src/components/status_body/status_body.js @@ -1,5 +1,5 @@ import fileType from 'src/services/file_type/file_type.service' -import RichContent, { getHeadTailLinks } from 'src/components/rich_content/rich_content.jsx' +import RichContent from 'src/components/rich_content/rich_content.jsx' import MentionsLine from 'src/components/mentions_line/mentions_line.vue' import { mapGetters } from 'vuex' import { library } from '@fortawesome/fontawesome-svg-core'