fix: remove dead code from watch streak highlight seperation (#6581)

Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
dp
2025-11-16 17:49:28 +01:00
committed by GitHub
parent db060d5b5a
commit a54317510d
2 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
## Unversioned
- Minor: Add a separate highlight option for watchstreak notifications. (#6571)
- Minor: Add a separate highlight option for watchstreak notifications. (#6571, #6581)
- Minor: Badges now link to their home page like emotes in the context menu. (#6437)
- Minor: Fixed usercard resizing improperly without recent messages. (#6496)
- Minor: Added setting for character limit of deleted messages. (#6491)
+1 -8
View File
@@ -783,14 +783,7 @@ void IrcMessageHandler::parseUserNoticeMessageInto(Communi::IrcMessage *message,
parseTagString(messageText), tags,
calculateMessageTime(message).time(), channel);
if (msgType == "viewermilestone")
{
msg->flags.set(MessageFlag::WatchStreak);
}
else
{
msg->flags.set(MessageFlag::Subscription);
}
msg->flags.set(MessageFlag::Subscription);
if (mirrored)
{