Added image upload button

This commit is contained in:
Alex Benzer
2025-11-25 16:56:52 -08:00
parent 91297e2ac7
commit 9f72a22df3
2 changed files with 227 additions and 23 deletions
+10
View File
@@ -531,6 +531,16 @@ let PostFeed = ({
key: 'interstitial-' + sliceIndex + '-' + lastFetchedAt,
})
}
} else if (feedKind === 'following') {
if (sliceIndex === 0) {
// Add composer prompt for Following feed
if (hasSession) {
arr.push({
type: 'composerPrompt',
key: 'composerPrompt-' + sliceIndex,
})
}
}
} else if (feedKind === 'profile') {
if (sliceIndex === 5) {
arr.push({