mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
join/leave guild updates without reloading entire channel list
This commit is contained in:
@@ -147,11 +147,11 @@ void Abaddon::DiscordOnGuildMemberListUpdate(Snowflake guild_id) {
|
||||
}
|
||||
|
||||
void Abaddon::DiscordOnGuildCreate(Snowflake guild_id) {
|
||||
m_main_window->UpdateChannelListing();
|
||||
m_main_window->UpdateChannelsNewGuild(guild_id);
|
||||
}
|
||||
|
||||
void Abaddon::DiscordOnGuildDelete(Snowflake guild_id) {
|
||||
m_main_window->UpdateChannelListing();
|
||||
m_main_window->UpdateChannelsRemoveGuild(guild_id);
|
||||
}
|
||||
|
||||
const SettingsManager &Abaddon::GetSettings() const {
|
||||
|
||||
Reference in New Issue
Block a user