Skip to content

Commit

Permalink
fix: remove redundant containsMessage check
Browse files Browse the repository at this point in the history
  • Loading branch information
vyneer committed Dec 9, 2024
1 parent fdb21dd commit df5dea8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions assets/chat/js/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -1183,9 +1183,6 @@ class Chat {
const win = this.mainwindow;

const message = MessageBuilder.message(data.data, usr, data.timestamp);
if (win.containsMessage(message)) {
return;
}

const isCombo =
this.emoteService.canUserUseEmote(usr, textonly) &&
Expand Down

0 comments on commit df5dea8

Please sign in to comment.