Clean up stray comment

pull/146/head
Emi Simpson 5 years ago
parent 12aa94ad9a
commit 78ac902549
No known key found for this signature in database
GPG Key ID: 68FAB2E2E6DFC98B
  1. 2
      src/RoomInfoListItem.cpp

@ -353,8 +353,6 @@ RoomInfoListItem::calculateImportance() const
return NewMentions;
} else if (unreadMsgCount_) {
return NewMessage;
// } else if (hasUnreadMessages_ && !settings->isIgnoreMinorEventsEnabled()) {
// return NewMinorEvents;
} else {
return AllEventsRead;
}

Loading…
Cancel
Save