summaryrefslogtreecommitdiff
path: root/windows/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'windows/mainwindow.cpp')
-rw-r--r--windows/mainwindow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/windows/mainwindow.cpp b/windows/mainwindow.cpp
index 74ead8f..e08f981 100644
--- a/windows/mainwindow.cpp
+++ b/windows/mainwindow.cpp
@@ -144,7 +144,6 @@ Snowflake MainWindow::GetChatActiveChannel() const {
void MainWindow::UpdateChatNewMessage(Snowflake id) {
if (Abaddon::Get().GetDiscordClient().GetMessage(id)->ChannelID == GetChatActiveChannel()) {
m_chat.AddNewMessage(id);
- m_members.UpdateMemberList();
}
}
@@ -160,7 +159,6 @@ void MainWindow::UpdateChatMessageUpdated(Snowflake id, Snowflake channel_id) {
void MainWindow::UpdateChatPrependHistory(const std::vector<Snowflake> &msgs) {
m_chat.AddNewHistory(msgs);
- m_members.UpdateMemberList();
}
void MainWindow::InsertChatInput(std::string text) {