1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 14:46:40 +09:00

spec(sound/note): デフォルトの他人の投稿の効果音をオフに (MisskeyIO#816)

This commit is contained in:
あわわわとーにゅ 2024-11-14 22:05:22 +09:00 committed by GitHub
parent aec01dd4ad
commit 63122f85c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -485,7 +485,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
sound_note: {
where: 'device',
default: { type: 'syuilo/n-aec', volume: 1 } as SoundStore,
default: { type: null, volume: 1 } as SoundStore,
},
sound_noteMy: {
where: 'device',