diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-04-11 04:36:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 04:36:27 +0000 |
commit | 44ab35dfd591c4c357673cc2ce3cb3a6964a1fff (patch) | |
tree | 91a60f1dfdd9d5a7e1c88b0eef0990981a307ada /src/components/chatmessage.hpp | |
parent | 0b663246809519487c155c51ccebb8df0e14a227 (diff) | |
parent | f5228d91d28e39d56c7245ecf0128895273c9ec0 (diff) | |
download | abaddon-portaudio-44ab35dfd591c4c357673cc2ce3cb3a6964a1fff.tar.gz abaddon-portaudio-44ab35dfd591c4c357673cc2ce3cb3a6964a1fff.zip |
Merge pull request #145 from uowuo/notifications
Notifications
Diffstat (limited to 'src/components/chatmessage.hpp')
-rw-r--r-- | src/components/chatmessage.hpp | 9 |
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); |