disabled red background in #mentions
This commit is contained in:
@@ -421,6 +421,9 @@ void ChannelView::setChannel(ChannelPtr newChannel)
|
||||
if (this->lastMessageHasAlternateBackground_) {
|
||||
messageRef->flags.set(MessageLayoutFlag::AlternateBackground);
|
||||
}
|
||||
if (this->channel_->shouldIgnoreHighlights()) {
|
||||
messageRef->flags.set(MessageLayoutFlag::IgnoreHighlights);
|
||||
}
|
||||
this->lastMessageHasAlternateBackground_ =
|
||||
!this->lastMessageHasAlternateBackground_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user