summaryrefslogtreecommitdiff
path: root/src/client/app/store.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/store.ts')
-rw-r--r--src/client/app/store.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/store.ts b/src/client/app/store.ts
index f4ec9e501a..fd3aceb728 100644
--- a/src/client/app/store.ts
+++ b/src/client/app/store.ts
@@ -79,6 +79,8 @@ const defaultDeviceSettings = {
enableMobileQuickNotificationView: false,
roomGraphicsQuality: 'medium',
roomUseOrthographicCamera: true,
+ activeEmojiCategoryName: undefined,
+ recentEmojis: [],
};
export default (os: MiOS) => new Vuex.Store({