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:
+1
-1
@@ -54,7 +54,7 @@ const defaultConfig: AppConfig = {
|
||||
feedIncludePacks: false,
|
||||
},
|
||||
nip85StatsPubkey: "5f68e85ee174102ca8978eef302129f081f03456c884185d5ec1c1224ab633ea",
|
||||
nip85OnlyMode: false,
|
||||
nip85OnlyMode: true,
|
||||
};
|
||||
|
||||
export function App() {
|
||||
|
||||
Reference in New Issue
Block a user