mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
crash fixes
This commit is contained in:
@@ -160,6 +160,7 @@ void ChannelList::SetListingFromGuildsInternal() {
|
||||
AddPrivateChannels();
|
||||
|
||||
// map each category to its channels
|
||||
|
||||
std::unordered_map<Snowflake, std::vector<const ChannelData *>> cat_to_channels;
|
||||
std::unordered_map<Snowflake, std::vector<const ChannelData *>> orphan_channels;
|
||||
for (const auto &[gid, guild] : *guilds) {
|
||||
|
||||
Reference in New Issue
Block a user