mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-02-05 04:47:04 +09:00
Fix: reloadAskなおしきれていなかった
This commit is contained in:
parent
add467e919
commit
764c6c3c45
@ -176,7 +176,7 @@ const showSoftWordMutedWord = computed(defaultStore.makeGetterSetter('showSoftWo
|
||||
watch([
|
||||
showSoftWordMutedWord,
|
||||
], async () => {
|
||||
await reloadAsk();
|
||||
await reloadAsk({ reason: i18n.ts.reloadToApplySetting, unison: true });
|
||||
});
|
||||
|
||||
async function unrenoteMute(user, ev) {
|
||||
|
Loading…
Reference in New Issue
Block a user