removed compat functions in SignalVector
This commit is contained in:
@@ -252,7 +252,7 @@ void Irc::load()
|
||||
{
|
||||
ids.insert(data.id);
|
||||
|
||||
this->connections.appendItem(data);
|
||||
this->connections.append(data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -221,7 +221,7 @@ TwitchAccountManager::AddUserResponse TwitchAccountManager::addUser(
|
||||
|
||||
// std::lock_guard<std::mutex> lock(this->mutex);
|
||||
|
||||
this->accounts.insertItem(newUser);
|
||||
this->accounts.insert(newUser);
|
||||
|
||||
return AddUserResponse::UserAdded;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user