From f7845509646b6ddaab7209fac0d8caac77e9aa2c Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 2 Feb 2022 22:27:19 -0500 Subject: support channel icons for dms --- src/discord/store.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/discord/store.cpp') diff --git a/src/discord/store.cpp b/src/discord/store.cpp index e182c70..a5b0c13 100644 --- a/src/discord/store.cpp +++ b/src/discord/store.cpp @@ -646,6 +646,7 @@ std::optional Store::GetChannel(Snowflake id) const { s->Get(6, r.IsNSFW); s->Get(7, r.LastMessageID); s->Get(10, r.RateLimitPerUser); + s->Get(11, r.Icon); s->Get(12, r.OwnerID); s->Get(14, r.ParentID); if (!s->IsNull(16)) { -- cgit v1.2.3