fix: remove dead code from watch streak highlight seperation (#6581)
Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user