feat: preferLargeMedia config
This commit is contained in:
5
packages/app/custom.d.ts
vendored
5
packages/app/custom.d.ts
vendored
@ -52,7 +52,6 @@ declare const CONFIG: {
|
||||
httpCache: string;
|
||||
animalNamePlaceholders: boolean;
|
||||
defaultZapPoolFee: number;
|
||||
bypassImgProxyError: boolean;
|
||||
features: {
|
||||
analytics: boolean;
|
||||
subscriptions: boolean;
|
||||
@ -65,6 +64,10 @@ declare const CONFIG: {
|
||||
signUp: {
|
||||
moderation: boolean;
|
||||
};
|
||||
media: {
|
||||
bypassImgProxyError: boolean;
|
||||
preferLargeMedia: boolean;
|
||||
};
|
||||
// Filter urls from nav sidebar
|
||||
hideFromNavbar: Array<string>;
|
||||
// Limit deck to certain subscriber tier
|
||||
|
Reference in New Issue
Block a user