defaultPreferences.defaultRootTab
This commit is contained in:
@ -18,15 +18,15 @@
|
||||
"notificationGraph": true,
|
||||
"communityLeaders": true,
|
||||
"nostrAddress": true,
|
||||
"pushNotifications": true,
|
||||
"forYouFeed": false
|
||||
"pushNotifications": true
|
||||
},
|
||||
"signUp": {
|
||||
"quickStart": false,
|
||||
"defaultFollows": ["npub1sn0rtcjcf543gj4wsg7fa59s700d5ztys5ctj0g69g2x6802npjqhjjtws"]
|
||||
},
|
||||
"defaultPreferences": {
|
||||
"hideMutedNotes": false
|
||||
"hideMutedNotes": false,
|
||||
"defaultRootTab": "following"
|
||||
},
|
||||
"media": {
|
||||
"bypassImgProxyError": false,
|
||||
|
@ -16,11 +16,11 @@
|
||||
"deck": true,
|
||||
"zapPool": true,
|
||||
"notificationGraph": false,
|
||||
"communityLeaders": true,
|
||||
"forYouFeed": true
|
||||
"communityLeaders": true
|
||||
},
|
||||
"defaultPreferences": {
|
||||
"hideMutedNotes": true
|
||||
"hideMutedNotes": true,
|
||||
"defaultRootTab": "for-you"
|
||||
},
|
||||
"signUp": {
|
||||
"quickStart": true,
|
||||
|
@ -25,7 +25,8 @@
|
||||
"defaultFollows": []
|
||||
},
|
||||
"defaultPreferences": {
|
||||
"hideMutedNotes": false
|
||||
"hideMutedNotes": false,
|
||||
"defaultRootTab": "following"
|
||||
},
|
||||
"media": {
|
||||
"bypassImgProxyError": false,
|
||||
|
Reference in New Issue
Block a user