for you feed etc

This commit is contained in:
Martti Malmi
2024-01-13 22:44:16 +02:00
parent 2ab2001014
commit 35ec58377c
18 changed files with 469 additions and 269 deletions

View File

@ -55,7 +55,7 @@ export interface UserPreferences {
/**
* Default page to select on load
*/
defaultRootTab: "notes" | "conversations" | "global";
defaultRootTab: "for-you" | "notes" | "conversations" | "global";
/**
* Default zap amount
@ -113,7 +113,7 @@ export const DefaultPreferences = {
autoShowLatest: false,
fileUploader: "void.cat",
imgProxyConfig: DefaultImgProxy,
defaultRootTab: "notes",
defaultRootTab: CONFIG.features.forYouFeed ? "for-you" : "notes",
defaultZapAmount: 50,
autoZap: false,
telemetry: true,