diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-03-15 20:19:54 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-03-15 20:19:54 -0400 |
commit | 358f68d2679640d502d0a13b1d09ee2b3490b4e1 (patch) | |
tree | 685b851243092e1345e70da4e7794f1d282e055c /src/components/chatmessage.hpp | |
parent | 823ba090f05a3b464f93721fc8ce2a6969e3bb67 (diff) | |
download | abaddon-portaudio-358f68d2679640d502d0a13b1d09ee2b3490b4e1.tar.gz abaddon-portaudio-358f68d2679640d502d0a13b1d09ee2b3490b4e1.zip |
cleanup and escape notification bodies
Diffstat (limited to 'src/components/chatmessage.hpp')
-rw-r--r-- | src/components/chatmessage.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
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<Gtk::TextBuffer> &buf); - static bool IsEmbedImageOnly(const EmbedData &data); - static void HandleRoleMentions(const Glib::RefPtr<Gtk::TextBuffer> &buf); - void HandleUserMentions(const Glib::RefPtr<Gtk::TextBuffer> &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<Gtk::TextBuffer> &buf); - void HandleChannelMentions(const Glib::RefPtr<Gtk::TextBuffer> &buf); void HandleChannelMentions(Gtk::TextView *tv); bool OnClickChannel(GdkEventButton *ev); |