Skip to content
Snippets Groups Projects
Unverified Commit 78ac9025 authored by Emi Simpson's avatar Emi Simpson
Browse files

Clean up stray comment

parent 12aa94ad
No related branches found
No related tags found
No related merge requests found
......@@ -353,8 +353,6 @@ RoomInfoListItem::calculateImportance() const
return NewMentions;
} else if (unreadMsgCount_) {
return NewMessage;
// } else if (hasUnreadMessages_ && !settings->isIgnoreMinorEventsEnabled()) {
// return NewMinorEvents;
} else {
return AllEventsRead;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment