Skip to content

Commit

Permalink
Fix: reloadAskなおしきれていなかった
Browse files Browse the repository at this point in the history
  • Loading branch information
tai-cha committed Jan 10, 2025
1 parent add467e commit 1c17e16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/frontend/src/pages/settings/mute-block.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ const showSoftWordMutedWord = computed(defaultStore.makeGetterSetter('showSoftWo
watch([
showSoftWordMutedWord,
], async () => {
await reloadAsk();
await
await reloadAsk({ reason: i18n.ts.reloadToApplySetting, unison: true });
});

async function unrenoteMute(user, ev) {
Expand Down

0 comments on commit 1c17e16

Please sign in to comment.