diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-02-23 21:57:24 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-02-23 21:57:24 -0500 |
commit | 3c54ff85622ff7210f8acee00e075b12128567a9 (patch) | |
tree | dc8685d07a578becdf3f1b31dc49b00b75b41558 /src/components | |
parent | 3badc04db5770defa308dc70e5ddde07828202cf (diff) | |
download | abaddon-portaudio-3c54ff85622ff7210f8acee00e075b12128567a9.tar.gz abaddon-portaudio-3c54ff85622ff7210f8acee00e075b12128567a9.zip |
check unread status for classic guild on launch
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/channellist/classic/guildlistguilditem.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/channellist/classic/guildlistguilditem.cpp b/src/components/channellist/classic/guildlistguilditem.cpp index 5acad02..5b578be 100644 --- a/src/components/channellist/classic/guildlistguilditem.cpp +++ b/src/components/channellist/classic/guildlistguilditem.cpp @@ -18,6 +18,8 @@ GuildListGuildItem::GuildListGuildItem(const GuildData &guild) Abaddon::Get().GetDiscordClient().signal_message_create().connect(sigc::mem_fun(*this, &GuildListGuildItem::OnMessageCreate)); Abaddon::Get().GetDiscordClient().signal_message_ack().connect(sigc::mem_fun(*this, &GuildListGuildItem::OnMessageAck)); + + CheckUnreadStatus(); } void GuildListGuildItem::UpdateIcon() { |