mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +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;
|
return NewMentions;
|
||||||
} else if (unreadMsgCount_) {
|
} else if (unreadMsgCount_) {
|
||||||
return NewMessage;
|
return NewMessage;
|
||||||
// } else if (hasUnreadMessages_ && !settings->isIgnoreMinorEventsEnabled()) {
|
|
||||||
// return NewMinorEvents;
|
|
||||||
} else {
|
} else {
|
||||||
return AllEventsRead;
|
return AllEventsRead;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue