diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-10-20 20:30:39 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-10-20 20:30:39 -0400 |
commit | 893c9b5241220e89a8864476c90cc78bf2ca87bf (patch) | |
tree | 1a21a4248b334c9b4d60306014b420e257e8122c /src/components/chatmessage.hpp | |
parent | 5e244e5cb8d633e83b34a09ef560375931dd6092 (diff) | |
download | abaddon-portaudio-893c9b5241220e89a8864476c90cc78bf2ca87bf.tar.gz abaddon-portaudio-893c9b5241220e89a8864476c90cc78bf2ca87bf.zip |
fix double escaped username in message headers (#239, fixes #236)
Diffstat (limited to 'src/components/chatmessage.hpp')
-rw-r--r-- | src/components/chatmessage.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<GuildMember> &member); bool on_author_button_press(GdkEventButton *ev); |