logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 75216c5feb32b32e24952663ffa4233410585785
parent 63519c325f879ea3f64052e39c019267d8238b54
Author: Sean King <seanking2919@protonmail.com>
Date:   Sun, 10 Jul 2022 21:07:47 -0600

Remove guard for raw_html

Diffstat:

Msrc/components/status_body/status_body.js7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/components/status_body/status_body.js b/src/components/status_body/status_body.js @@ -125,13 +125,6 @@ const StatusContent = { generateTagLink (tag) { return `/tag/${tag}` } - }, - watch: { - 'status.raw_html' (newVal, oldVal) { - if (newVal !== oldVal) { - this.parseReadyDone = false - } - } } }