Fix mention rendering bug.
This commit is contained in:
parent
1c79840684
commit
cf857e109a
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class ConversationMessage {
|
|||
this.body = null;
|
||||
}
|
||||
|
||||
if (!this.mentions.isEmpty() && this.body != null && this.messageRecord.getRecipient().isGroup()) {
|
||||
if (!this.mentions.isEmpty() && this.body != null) {
|
||||
MentionAnnotation.setMentionAnnotations(this.body, this.mentions);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue