summaryrefslogtreecommitdiff
path: root/src/components/chatinputindicator.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-06-25 05:53:59 +0000
committerGitHub <noreply@github.com>2023-06-25 05:53:59 +0000
commit66101a25cbe4739ade20484c2a020b9130125ec3 (patch)
treef1f3a2084677d90a37d1c4e3b17a19a606fe8d90 /src/components/chatinputindicator.hpp
parentba24e13419bfa6efd08a0d07f049a6981ff4cd28 (diff)
parent19f7d55c8748e4fcd651540e299347689a2070ad (diff)
downloadabaddon-portaudio-66101a25cbe4739ade20484c2a020b9130125ec3.tar.gz
abaddon-portaudio-66101a25cbe4739ade20484c2a020b9130125ec3.zip
Merge pull request #176 from uowuo/pomelo
pomelo support (and nicknames)
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]
};