1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-03 21:49:30 -05:00

enhance(frontend): バックグラウンドでチャットメッセージが届いたときにサウンドを再生できるように

This commit is contained in:
syuilo 2025-03-25 09:36:59 +09:00
parent 2370b55a27
commit 72734fe365

View file

@ -380,7 +380,7 @@ export async function mainBoot() {
main.on('newChatMessage', () => {
updateCurrentAccountPartial({ hasUnreadChatMessages: true });
sound.playMisskeySfx('chat');
sound.playMisskeySfx('chatMessage');
});
main.on('readAllAnnouncements', () => {