diff --git a/src/components/status_body/status_body.js b/src/components/status_body/status_body.js index 43288bca..9e380f28 100644 --- a/src/components/status_body/status_body.js +++ b/src/components/status_body/status_body.js @@ -137,13 +137,6 @@ const StatusContent = { const translateTo = this.$store.getters.mergedConfig.translationLanguage || this.$store.state.instance.interfaceLanguage this.$store.dispatch('translateStatus', { id: this.status.id, language: translateTo, from: this.translateFrom }) } - }, - watch: { - 'status.raw_html' (newVal, oldVal) { - if (newVal !== oldVal) { - this.parseReadyDone = false - } - } } }