fix reply content not showing up sometimes

This commit is contained in:
ouwou
2021-03-14 02:19:56 -05:00
parent ae38add931
commit ba6b8b2773

View File

@@ -564,7 +564,7 @@ Gtk::Widget *ChatMessageItemContainer::CreateReplyComponent(const Message &data)
}
const auto author = discord.GetUser(referenced.Author.ID);
lbl->set_markup(author->GetEscapedBoldString<false>());
lbl->set_markup(author->GetEscapedBoldString<false>() + ": " + text);
}
} else {
lbl->set_markup("<i>reply unavailable</i>");