1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-18 13:05:32 +02:00

feat: introduce fluent emoji

This commit is contained in:
syuilo
2022-12-26 16:04:56 +09:00
parent be0d396106
commit d106fb39ab
15 changed files with 70 additions and 29 deletions

View File

@@ -174,9 +174,9 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: false,
},
useOsNativeEmojis: {
emojiStyle: {
where: 'device',
default: false,
default: 'twemoji', // twemoji / fluentEmoji / native
},
disableDrawer: {
where: 'device',