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

@ -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