From b97722e93775d8778400d42f30299d55682906f1 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 2 Nov 2020 17:36:10 -0500 Subject: show non-lottie stickers statically --- components/chatmessage.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'components/chatmessage.hpp') diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp index 70eeb3d..54a21f0 100644 --- a/components/chatmessage.hpp +++ b/components/chatmessage.hpp @@ -24,6 +24,7 @@ protected: Gtk::EventBox *CreateEmbedComponent(const Message *data); // Message.Embeds[0] Gtk::Image *CreateImageComponent(const AttachmentData &data); Gtk::Box *CreateAttachmentComponent(const AttachmentData &data); // non-image attachments + Gtk::Box *CreateStickerComponent(const Sticker &data); void HandleImage(const AttachmentData &data, Gtk::Image *img, std::string url); static Glib::ustring GetText(const Glib::RefPtr &buf); -- cgit v1.2.3