summaryrefslogtreecommitdiff
path: root/packages/client/src/store.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src/store.ts')
-rw-r--r--packages/client/src/store.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts
index d33a351725..1bedab5fad 100644
--- a/packages/client/src/store.ts
+++ b/packages/client/src/store.ts
@@ -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',