Remove pointless local_highlights
An event can only be considered a highlight if a push rule make it so, thus an event can never be locally highlighted only.
This commit is contained in:
@@ -627,8 +627,7 @@ Rectangle {
|
||||
(
|
||||
chat.roomInfo.unreads ||
|
||||
chat.roomInfo.highlights ||
|
||||
chat.roomInfo.local_unreads ||
|
||||
chat.roomInfo.local_highlights
|
||||
chat.roomInfo.local_unreads
|
||||
) &&
|
||||
Qt.application.state === Qt.ApplicationActive &&
|
||||
eventList.visibleEnd.y > eventList.contentHeight - 100
|
||||
|
Reference in New Issue
Block a user