refactor, update user mention handling
This commit is contained in:
@@ -301,7 +301,7 @@ void ChatWindow::StartReplying(Snowflake message_id) {
|
||||
m_is_replying = true;
|
||||
m_input->StartReplying();
|
||||
if (author.has_value())
|
||||
m_input_indicator->SetCustomMarkup("Replying to " + author->GetEscapedBoldString<false>());
|
||||
m_input_indicator->SetCustomMarkup("Replying to " + author->GetUsernameEscapedBold<false>());
|
||||
else
|
||||
m_input_indicator->SetCustomMarkup("Replying...");
|
||||
}
|
||||
|
Reference in New Issue
Block a user