summaryrefslogtreecommitdiff
path: root/src/components/channellist/classic/guildlistguilditem.cpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-02-23 21:57:24 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2024-02-23 21:57:24 -0500
commit3c54ff85622ff7210f8acee00e075b12128567a9 (patch)
treedc8685d07a578becdf3f1b31dc49b00b75b41558 /src/components/channellist/classic/guildlistguilditem.cpp
parent3badc04db5770defa308dc70e5ddde07828202cf (diff)
downloadabaddon-portaudio-3c54ff85622ff7210f8acee00e075b12128567a9.tar.gz
abaddon-portaudio-3c54ff85622ff7210f8acee00e075b12128567a9.zip
check unread status for classic guild on launch
Diffstat (limited to 'src/components/channellist/classic/guildlistguilditem.cpp')
-rw-r--r--src/components/channellist/classic/guildlistguilditem.cpp2
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() {