defaultPreferences.defaultRootTab

This commit is contained in:
Martti Malmi
2024-02-12 11:55:14 +02:00
parent 3e43300077
commit 18c366502c
10 changed files with 17 additions and 18 deletions

View File

@ -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,

View File

@ -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,

View File

@ -25,7 +25,8 @@
"defaultFollows": []
},
"defaultPreferences": {
"hideMutedNotes": false
"hideMutedNotes": false,
"defaultRootTab": "following"
},
"media": {
"bypassImgProxyError": false,