summaryrefslogtreecommitdiff
path: root/src/components/chatmessage.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-04-11 04:36:27 +0000
committerGitHub <noreply@github.com>2023-04-11 04:36:27 +0000
commit44ab35dfd591c4c357673cc2ce3cb3a6964a1fff (patch)
tree91a60f1dfdd9d5a7e1c88b0eef0990981a307ada /src/components/chatmessage.hpp
parent0b663246809519487c155c51ccebb8df0e14a227 (diff)
parentf5228d91d28e39d56c7245ecf0128895273c9ec0 (diff)
downloadabaddon-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.hpp9
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);