Fix typo (mutedEmojis -> mutingEmojis)
This commit is contained in:
parent
443d612dfc
commit
c3c11d25ce
|
@ -29,7 +29,7 @@ export const preferState: Record<string, unknown> = {
|
|||
code: false,
|
||||
},
|
||||
|
||||
mutedEmojis: [],
|
||||
mutingEmojis: [],
|
||||
};
|
||||
|
||||
export let preferReactive: Record<string, Ref<unknown>> = {};
|
||||
|
|
Loading…
Reference in New Issue