Update store.ts

This commit is contained in:
Kainoa Kanter 2022-07-04 15:27:44 -07:00 committed by GitHub
parent 2fe4a51d26
commit 1b7c293745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -68,16 +68,13 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'deviceAccount', where: 'deviceAccount',
default: [ default: [
'notifications', 'notifications',
'favorites', 'messaging',
'drive',
'followRequests', 'followRequests',
'favorites',
'-', '-',
'featured',
'explore', 'explore',
'announcements', 'channels',
'search', 'search',
'-',
'ui',
], ],
}, },
visibility: { visibility: {