mirror of
https://github.com/paricafe/misskey.git
synced 2025-04-12 11:09:36 -05:00
fix (#15671)
This commit is contained in:
parent
1ce81f243e
commit
7d5daa4b00
1 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,8 @@ export async function mainBoot() {
|
|||
prefer.commit('sound.on.noteMy', store.s.sound_noteMy as any);
|
||||
prefer.commit('sound.on.notification', store.s.sound_notification as any);
|
||||
prefer.commit('sound.on.reaction', store.s.sound_reaction as any);
|
||||
prefer.commit('defaultNoteVisibility', store.s.defaultNoteVisibility);
|
||||
prefer.commit('defaultNoteLocalOnly', store.s.defaultNoteLocalOnly);
|
||||
|
||||
window.setTimeout(() => {
|
||||
unisonReload();
|
||||
|
|
Loading…
Add table
Reference in a new issue