logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 7309f8ce1a5df1d34e33a242201b6a7b9eced2b7
parent c21b1cf89840297a781e6adc66cc195b8741cac6
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 14 Jun 2021 10:31:07 +0300

lint

Diffstat:

Msrc/components/status_body/status_body.js3+--
Mtest/unit/specs/components/rich_content.spec.js1-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/components/status_body/status_body.js b/src/components/status_body/status_body.js @@ -2,7 +2,6 @@ import fileType from 'src/services/file_type/file_type.service' import RichContent from 'src/components/rich_content/rich_content.jsx' import { mapGetters } from 'vuex' import { library } from '@fortawesome/fontawesome-svg-core' -import { set } from 'vue' import { faFile, faMusic, @@ -34,7 +33,7 @@ const StatusContent = { showingTall: this.fullContent || (this.inConversation && this.focused), showingLongSubject: false, // not as computed because it sets the initial state which will be changed later - expandingSubject: !this.$store.getters.mergedConfig.collapseMessageWithSubject, + expandingSubject: !this.$store.getters.mergedConfig.collapseMessageWithSubject } }, computed: { diff --git a/test/unit/specs/components/rich_content.spec.js b/test/unit/specs/components/rich_content.spec.js @@ -145,7 +145,6 @@ describe('RichContent', () => { expect(wrapper.html()).to.eql(compwrap(expected)) }) - it('removes mentions from the end of the hellpost (<br>)', () => { const html = [ 'How are you doing today, fine gentlemen?',