diff --git a/src/components/status_body/status_body.js b/src/components/status_body/status_body.js index 9ee7a109..601c963b 100644 --- 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 index c6ec4315..e364a5b3 100644 --- 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 (
)', () => { const html = [ 'How are you doing today, fine gentlemen?',