Fix cross typing.
This commit is contained in:
parent
a0cd39e3bc
commit
c3b3963760
@ -181,7 +181,9 @@ app.addEventListener("channel-message", (data) => {
|
||||
if (isMentionToMe(data.message)) {
|
||||
app.playSound("mention");
|
||||
} else if (!isMentionForSomeoneElse(data.message)) {
|
||||
app.playSound("message");
|
||||
if(data.is_final){
|
||||
app.playSound("message");
|
||||
}
|
||||
}
|
||||
}
|
||||
const lastElement = messagesContainer.querySelector(".message-list-bottom");
|
||||
|
Loading…
Reference in New Issue
Block a user