fix mentions string not applying in chat view
This commit is contained in:
parent
9e5f24138b
commit
9f7840a9a5
1 changed files with 2 additions and 2 deletions
|
|
@ -287,8 +287,8 @@ const PostStatusForm = {
|
||||||
},
|
},
|
||||||
newStatusContent() {
|
newStatusContent() {
|
||||||
return this.mentionsLine
|
return this.mentionsLine
|
||||||
? this.newStatus.status
|
? this.mentionsString + this.newStatus.status
|
||||||
: this.mentionsString + this.newStatus.status
|
: this.newStatus.status
|
||||||
},
|
},
|
||||||
isEdit() {
|
isEdit() {
|
||||||
return typeof this.statusId !== 'undefined' && this.statusId.trim() !== ''
|
return typeof this.statusId !== 'undefined' && this.statusId.trim() !== ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue