Remove "CompletionManager". Completion models are now stored in Channel
Chatters list is now updated every 5 minutes
This commit is contained in:
@@ -20,6 +20,7 @@ namespace chatterino {
|
||||
|
||||
Channel::Channel(const QString &_name)
|
||||
: name(_name)
|
||||
, completionModel(this->name)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user