Merge branch 'from/edit-status/tusooa/1' into 'add/edit-status'
Handle explicit mention changes in status updates See merge request seanking/pleroma-fe!3
This commit is contained in:
commit
e764fbe8b6
|
@ -125,6 +125,13 @@ const StatusContent = {
|
||||||
generateTagLink (tag) {
|
generateTagLink (tag) {
|
||||||
return `/tag/${tag}`
|
return `/tag/${tag}`
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
watch: {
|
||||||
|
'status.raw_html' (newVal, oldVal) {
|
||||||
|
if (newVal !== oldVal) {
|
||||||
|
this.parseReadyDone = false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue