From 6f1bd0014cad37f2f0b43a9b83733d9f65a91406 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 13 Jun 2023 21:28:18 -0400 Subject: refactor, update user mention handling --- src/windows/profilewindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/windows/profilewindow.cpp') diff --git a/src/windows/profilewindow.cpp b/src/windows/profilewindow.cpp index 1469e49..ed8cd8a 100644 --- a/src/windows/profilewindow.cpp +++ b/src/windows/profilewindow.cpp @@ -64,7 +64,7 @@ ProfileWindow::ProfileWindow(Snowflake user_id) img.LoadFromURL(user.GetAvatarURL("png", "64"), sigc::track_obj(cb, *this)); } - m_displayname.set_markup(user.GetEscapedName()); + m_displayname.set_markup(user.GetDisplayNameEscaped()); m_username.set_label(user.GetUsername()); m_switcher.set_stack(m_stack); -- cgit v1.2.3