parent
72c2bcf6c9
commit
e6eb71003b
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ export class NewPostModal {
|
||||||
this.ptext = ""
|
this.ptext = ""
|
||||||
}
|
}
|
||||||
if (navParams.data.post.content.entities) {
|
if (navParams.data.post.content.entities) {
|
||||||
if (navParams.data.post.content.entities.mentions) {
|
if (navParams.data.post.content.entities.mentions.length > 0) {
|
||||||
this.ptext = this.ptext + this.parseMentions(navParams.data.post.content.entities.mentions);
|
this.ptext = this.ptext + this.parseMentions(navParams.data.post.content.entities.mentions);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue