Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Keep the composer image selector open after choosing an image

+3 -1
+3 -1
src/view/com/composer/ComposePost.tsx
··· 105 105 } 106 106 const onSelectPhotos = (photos: string[]) => { 107 107 setSelectedPhotos(photos) 108 - setIsSelectingPhotos(false) 108 + if (photos.length >= 4) { 109 + setIsSelectingPhotos(false) 110 + } 109 111 } 110 112 const onChangeText = (newText: string) => { 111 113 setText(newText)