mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-17 03:45:25 +02:00
Fix notification sound input field and handling mentions not sounding
This commit is contained in:
@ -1069,7 +1069,8 @@
|
||||
}
|
||||
if (replace == null) {
|
||||
play_notification_sound("new");
|
||||
} else if ($("#chatcontent p:last-child.mentioned").length) {
|
||||
}
|
||||
if ($("#chatcontent p:last-child.mentioned").length) {
|
||||
play_notification_sound("mention");
|
||||
}
|
||||
if (replace == null && jumpscroll) {
|
||||
|
Reference in New Issue
Block a user