mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Clean up stray comment
This commit is contained in:
parent
12aa94ad9a
commit
78ac902549
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue