summaryrefslogtreecommitdiff
path: root/src/components/chatmessage.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-03-15 20:19:54 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2023-03-15 20:19:54 -0400
commit358f68d2679640d502d0a13b1d09ee2b3490b4e1 (patch)
tree685b851243092e1345e70da4e7794f1d282e055c /src/components/chatmessage.hpp
parent823ba090f05a3b464f93721fc8ce2a6969e3bb67 (diff)
downloadabaddon-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.hpp9
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);