fix mentions string not applying in chat view

This commit is contained in:
Henry Jameson 2026-07-22 01:23:35 +03:00
commit 9f7840a9a5

View file

@ -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() !== ''