summaryrefslogtreecommitdiff
path: root/components/chatmessage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r--components/chatmessage.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp
index 959a8d6..cd07fce 100644
--- a/components/chatmessage.hpp
+++ b/components/chatmessage.hpp
@@ -26,7 +26,12 @@ protected:
Gtk::Box *CreateAttachmentComponent(const AttachmentData &data); // non-image attachments
void HandleImage(const AttachmentData &data, Gtk::Image *img, std::string url);
+ static Glib::ustring GetTextFiltered(const Glib::RefPtr<Gtk::TextBuffer> &buf);
+
void HandleUserMentions(Gtk::TextView *tv);
+ void HandleStockEmojis(Gtk::TextView *tv);
+ void HandleCustomEmojis(Gtk::TextView *tv);
+ void HandleEmojis(Gtk::TextView *tv);
void HandleChannelMentions(Gtk::TextView *tv);
bool OnClickChannel(GdkEventButton *ev);