diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-11-02 17:36:10 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-11-02 17:36:10 -0500 |
commit | b97722e93775d8778400d42f30299d55682906f1 (patch) | |
tree | e497d0aafa7719208c219d88fc5e3901965be9a9 /components/chatmessage.hpp | |
parent | 8efa2024582b0a2aeda72f3e6865a4562717eabc (diff) | |
download | abaddon-portaudio-b97722e93775d8778400d42f30299d55682906f1.tar.gz abaddon-portaudio-b97722e93775d8778400d42f30299d55682906f1.zip |
show non-lottie stickers statically
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r-- | components/chatmessage.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<Gtk::TextBuffer> &buf); |