mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
Fix typo (mutedEmojis -> mutingEmojis)
This commit is contained in:
@@ -29,7 +29,7 @@ export const preferState: Record<string, unknown> = {
|
||||
code: false,
|
||||
},
|
||||
|
||||
mutedEmojis: [],
|
||||
mutingEmojis: [],
|
||||
};
|
||||
|
||||
export let preferReactive: Record<string, Ref<unknown>> = {};
|
||||
|
||||
Reference in New Issue
Block a user