diff --git a/src/widgets/helper/ChannelView.cpp b/src/widgets/helper/ChannelView.cpp index d80376a7b..e10d670ee 100644 --- a/src/widgets/helper/ChannelView.cpp +++ b/src/widgets/helper/ChannelView.cpp @@ -584,7 +584,7 @@ void ChannelView::setChannel(ChannelPtr channel) if (channel->shouldIgnoreHighlights()) { - messageLayout->flags.set(MessageLayoutFlag::IgnoreHighlights); + messageLayout->flags.set(MessageLayoutFlag::IgnoreHighlights); } this->messages_.pushBack(MessageLayoutPtr(messageLayout), deleted);