Live video on the AT Protocol
79
fork

Configure Feed

Select the types of activity you want to include in your feed.

add webp uploads but do not tell people in fear of retribution

+2 -2
+2 -2
js/app/components/settings/branding-admin.tsx
··· 690 690 onPress={() => 691 691 handleFileSelect( 692 692 "mainLogo", 693 - "image/svg+xml,image/png,image/jpeg", 693 + "image/svg+xml,image/png,image/jpeg,image/webp", 694 694 ) 695 695 } 696 696 disabled={uploading || Platform.OS !== "web"} ··· 787 787 onPress={() => 788 788 handleFileSelect( 789 789 "sidebarBackgroundImage", 790 - "image/svg+xml,image/png,image/jpeg", 790 + "image/svg+xml,image/png,image/jpeg,image/webp", 791 791 ) 792 792 } 793 793 disabled={uploading || Platform.OS !== "web"}