diff options
Diffstat (limited to 'src/view/screens/Profile.tsx')
-rw-r--r-- | src/view/screens/Profile.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Profile.tsx b/src/view/screens/Profile.tsx index ae5270386..e019c4ede 100644 --- a/src/view/screens/Profile.tsx +++ b/src/view/screens/Profile.tsx @@ -280,7 +280,7 @@ function ProfileScreenLoaded({ {({onScroll, headerHeight, isFocused, isScrolledDown, scrollElRef}) => ( <FeedSection ref={postsSectionRef} - feed={`author|${profile.did}|posts_no_replies`} + feed={`author|${profile.did}|posts_and_author_threads`} onScroll={onScroll} headerHeight={headerHeight} isFocused={isFocused} |