summaryrefslogtreecommitdiff
path: root/components/chatmessage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r--components/chatmessage.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp
index f105354..73307d2 100644
--- a/components/chatmessage.hpp
+++ b/components/chatmessage.hpp
@@ -16,6 +16,8 @@ public:
void UpdateImage();
protected:
+ bool EmitImageLoad(std::string url);
+
void AddClickHandler(Gtk::Widget *widget, std::string);
Gtk::TextView *CreateTextComponent(const Message *data); // Message.Content
Gtk::EventBox *CreateEmbedComponent(const Message *data); // Message.Embeds[0]