forked from mirror/misskey
fix mute
This commit is contained in:
parent
072b228568
commit
5fe20bbe96
@ -38,8 +38,7 @@ const render = (mutedWords) => mutedWords.map(x => {
|
||||
}
|
||||
}).join('\n');
|
||||
|
||||
const tab = ref('soft');
|
||||
const mutedWords = ref(render($i!.mutedWords));
|
||||
const mutedWords = ref(render(props.muted));
|
||||
const changed = ref(false);
|
||||
|
||||
watch(mutedWords, () => {
|
||||
|
Loading…
Reference in New Issue
Block a user