From 893c9b5241220e89a8864476c90cc78bf2ca87bf Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 20 Oct 2023 20:30:39 -0400 Subject: fix double escaped username in message headers (#239, fixes #236) --- src/components/chatmessage.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/chatmessage.hpp') diff --git a/src/components/chatmessage.hpp b/src/components/chatmessage.hpp index 390e503..99fc872 100644 --- a/src/components/chatmessage.hpp +++ b/src/components/chatmessage.hpp @@ -84,7 +84,6 @@ public: protected: void AttachUserMenuHandler(Gtk::Widget &widget); - static Glib::ustring GetEscapedDisplayName(const UserData &user, const std::optional &member); bool on_author_button_press(GdkEventButton *ev); -- cgit v1.2.3