mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-02-10 05:34:50 +09:00
Fix: reloadAskなおしきれていなかった
This commit is contained in:
parent
add467e919
commit
764c6c3c45
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user