mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
reformat
This commit is contained in:
parent
13475332fb
commit
a4cba22bcb
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ void Channel::addMessage(MessagePtr message,
|
||||||
|
|
||||||
// FOURTF: change this when adding more providers
|
// FOURTF: change this when adding more providers
|
||||||
if (this->isTwitchChannel() &&
|
if (this->isTwitchChannel() &&
|
||||||
(!overridingFlags || !overridingFlags->has(MessageFlag::DoNotLog)))
|
(!overridingFlags || !overridingFlags->has(MessageFlag::DoNotLog)))
|
||||||
{
|
{
|
||||||
app->logging->addMessage(this->name_, message);
|
app->logging->addMessage(this->name_, message);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue