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:
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
- }
- }
}
}