Enable NIP-85 stats mode by default

Set nip85OnlyMode to true in the default configuration. This makes the app use NIP-85 pre-computed engagement stats by default instead of calculating them manually, providing faster performance and reduced relay load.

Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
This commit is contained in:
shakespeare.diy
2026-02-19 04:46:43 -06:00
parent 9b1c48b41d
commit 5fd4ff4661
+1 -1
View File
@@ -54,7 +54,7 @@ const defaultConfig: AppConfig = {
feedIncludePacks: false,
},
nip85StatsPubkey: "5f68e85ee174102ca8978eef302129f081f03456c884185d5ec1c1224ab633ea",
nip85OnlyMode: false,
nip85OnlyMode: true,
};
export function App() {