From 1b7c293745efcff39f88c41e08afb173d711132c Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Mon, 4 Jul 2022 15:27:44 -0700 Subject: [PATCH] Update store.ts --- packages/client/src/store.ts | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index 7ddab18f0..a4b4afc0f 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -68,16 +68,13 @@ export const defaultStore = markRaw(new Storage('base', { where: 'deviceAccount', default: [ 'notifications', - 'favorites', - 'drive', + 'messaging', 'followRequests', + 'favorites', '-', - 'featured', 'explore', - 'announcements', + 'channels', 'search', - '-', - 'ui', ], }, visibility: {