summaryrefslogtreecommitdiff
path: root/src/components/chatinputindicator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/chatinputindicator.hpp')
-rw-r--r--src/components/chatinputindicator.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/chatinputindicator.hpp b/src/components/chatinputindicator.hpp
index 40c966e..5688393 100644
--- a/src/components/chatinputindicator.hpp
+++ b/src/components/chatinputindicator.hpp
@@ -23,5 +23,6 @@ private:
Glib::ustring m_custom_markup;
Snowflake m_active_channel;
+ std::optional<Snowflake> m_active_guild;
std::unordered_map<Snowflake, std::unordered_map<Snowflake, sigc::connection>> m_typers; // channel id -> [user id -> connection]
};