Handle explicit mention changes in status updates
This commit is contained in:
parent
32ecdfdd87
commit
c195e3571c
@ -125,6 +125,13 @@ const StatusContent = {
|
||||
generateTagLink (tag) {
|
||||
return `/tag/${tag}`
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
'status.raw_html' (newVal, oldVal) {
|
||||
if (newVal !== oldVal) {
|
||||
this.parseReadyDone = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user