feat: preferLargeMedia config

This commit is contained in:
2023-12-14 12:05:26 +00:00
parent 6e5fba4f15
commit 9e65024652
5 changed files with 20 additions and 11 deletions

View File

@ -11,7 +11,6 @@
"httpCache": "",
"animalNamePlaceholders": true,
"defaultZapPoolFee": 0.5,
"bypassImgProxyError": true,
"features": {
"analytics": true,
"subscriptions": false,
@ -24,6 +23,10 @@
"defaultPreferences": {
"checkSigs": true
},
"media": {
"bypassImgProxyError": true,
"preferLargeMedia": true
},
"hideFromNavbar": [],
"eventLinkPrefix": "note",
"profileLinkPrefix": "npub",