From 5a20b282a575c631906b5fc6e149959a15674fae Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 5 Oct 2020 22:46:44 -0400 Subject: add BOT/Webhook label to message headers --- 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 ca936ea..7dd057e 100644 --- a/components/chatmessage.hpp +++ b/components/chatmessage.hpp @@ -86,5 +86,6 @@ protected: Gtk::Box *m_meta_box; Gtk::Label *m_author; Gtk::Label *m_timestamp; + Gtk::Label *m_extra = nullptr; Gtk::Image *m_avatar; }; -- cgit v1.2.3