mirror of
https://github.com/paricafe/misskey.git
synced 2025-04-03 21:49:30 -05:00
enhance(frontend): バックグラウンドでチャットメッセージが届いたときにサウンドを再生できるように
This commit is contained in:
parent
2370b55a27
commit
72734fe365
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ export async function mainBoot() {
|
|||
|
||||
main.on('newChatMessage', () => {
|
||||
updateCurrentAccountPartial({ hasUnreadChatMessages: true });
|
||||
sound.playMisskeySfx('chat');
|
||||
sound.playMisskeySfx('chatMessage');
|
||||
});
|
||||
|
||||
main.on('readAllAnnouncements', () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue