summaryrefslogtreecommitdiff
path: root/src/components/chatinputindicator.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-06-14 01:56:46 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2023-06-14 01:56:46 -0400
commit878616e2efaa9a4fa1fa6b5e7dd376eb0dd1c79a (patch)
treefd91c196256096b985eb81b12260fd4039849d1d /src/components/chatinputindicator.hpp
parent5d9f7832d7ce73db75a58db0a3b798f24d147578 (diff)
downloadabaddon-portaudio-878616e2efaa9a4fa1fa6b5e7dd376eb0dd1c79a.tar.gz
abaddon-portaudio-878616e2efaa9a4fa1fa6b5e7dd376eb0dd1c79a.zip
use display name in typing indicator
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]
};