Fix: reloadAskなおしきれていなかった

This commit is contained in:
tai-cha 2025-01-10 10:33:55 +09:00
parent add467e919
commit 764c6c3c45
No known key found for this signature in database
GPG Key ID: 1D5EE39F870DC283

View File

@ -176,7 +176,7 @@ const showSoftWordMutedWord = computed(defaultStore.makeGetterSetter('showSoftWo
watch([ watch([
showSoftWordMutedWord, showSoftWordMutedWord,
], async () => { ], async () => {
await reloadAsk(); await reloadAsk({ reason: i18n.ts.reloadToApplySetting, unison: true });
}); });
async function unrenoteMute(user, ev) { async function unrenoteMute(user, ev) {