Refactored NetworkRequest and misc
This commit is contained in:
@@ -213,7 +213,7 @@ void CompletionModel::clearExpiredStrings()
|
||||
for (auto it = this->emotes_.begin(); it != this->emotes_.end();) {
|
||||
const auto &taggedString = *it;
|
||||
|
||||
if (taggedString.HasExpired(now)) {
|
||||
if (taggedString.isExpired(now)) {
|
||||
// Log("String {} expired", taggedString.str);
|
||||
it = this->emotes_.erase(it);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user