Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchdev committed Nov 18, 2024
1 parent 6435944 commit fb64611
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions assets/chat/js/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -804,11 +804,6 @@ class Chat {
message.highlighted = this.shouldHighlightMessage(message);
}

// This looks odd, although it would be a correct implementation
/* else if(lastmessage && lastmessage.type === message.type && [MessageTypes.ERROR,MessageTypes.INFO,MessageTypes.COMMAND,MessageTypes.STATUS].indexOf(message.type)){
message.continued = true
} */

// The point where we actually add the message dom
win.addMessage(this, message);

Expand Down

0 comments on commit fb64611

Please sign in to comment.