From 358f68d2679640d502d0a13b1d09ee2b3490b4e1 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 15 Mar 2023 20:19:54 -0400 Subject: cleanup and escape notification bodies --- src/components/chatmessage.hpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/components/chatmessage.hpp') diff --git a/src/components/chatmessage.hpp b/src/components/chatmessage.hpp index c854272..390e503 100644 --- a/src/components/chatmessage.hpp +++ b/src/components/chatmessage.hpp @@ -29,17 +29,8 @@ protected: Gtk::Widget *CreateReactionsComponent(const Message &data); Gtk::Widget *CreateReplyComponent(const Message &data); - static Glib::ustring GetText(const Glib::RefPtr &buf); - static bool IsEmbedImageOnly(const EmbedData &data); - static void HandleRoleMentions(const Glib::RefPtr &buf); - void HandleUserMentions(const Glib::RefPtr &buf) const; - static void HandleStockEmojis(Gtk::TextView &tv); - static void HandleCustomEmojis(Gtk::TextView &tv); - static void HandleEmojis(Gtk::TextView &tv); - static void CleanupEmojis(const Glib::RefPtr &buf); - void HandleChannelMentions(const Glib::RefPtr &buf); void HandleChannelMentions(Gtk::TextView *tv); bool OnClickChannel(GdkEventButton *ev); -- cgit v1.2.3