mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
join/leave guild updates without reloading entire channel list
This commit is contained in:
@@ -116,6 +116,14 @@ void MainWindow::UpdateChannelListing() {
|
||||
m_channel_list.UpdateListing();
|
||||
}
|
||||
|
||||
void MainWindow::UpdateChannelsNewGuild(Snowflake id) {
|
||||
m_channel_list.UpdateNewGuild(id);
|
||||
}
|
||||
|
||||
void MainWindow::UpdateChannelsRemoveGuild(Snowflake id) {
|
||||
m_channel_list.UpdateRemoveGuild(id);
|
||||
}
|
||||
|
||||
void MainWindow::UpdateChatWindowContents() {
|
||||
auto &discord = Abaddon::Get().GetDiscordClient();
|
||||
auto allmsgs = discord.GetMessagesForChannel(m_chat.GetActiveChannel());
|
||||
|
||||
Reference in New Issue
Block a user