Fix typo (mutedEmojis -> mutingEmojis)

This commit is contained in:
tai-cha 2025-05-07 18:36:58 +09:00
parent 443d612dfc
commit c3c11d25ce
No known key found for this signature in database
GPG Key ID: 1D5EE39F870DC283
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export const preferState: Record<string, unknown> = {
code: false,
},
mutedEmojis: [],
mutingEmojis: [],
};
export let preferReactive: Record<string, Ref<unknown>> = {};