diff --git a/src/discord/store.cpp b/src/discord/store.cpp index aa97178..e182c70 100644 --- a/src/discord/store.cpp +++ b/src/discord/store.cpp @@ -583,6 +583,8 @@ std::vector Store::GetChannelIDsWithParentID(Snowflake channel_id) co ret.push_back(x); } + s->Reset(); + return ret; }