Add text based posts to POSTS section of <YourPosts/>
Closed this issue · 1 comments
X-TRON404 commented
Till now there has been a GridList being implemented for showing user-generated image-based posts. But user-created text-only posts are not visible in the POSTS section of <YourPosts/>
component.
The goal here is to show the user-generated text posts in the POSTS section of <YourPosts/>
component.
X-TRON404 commented
I have changed the GridList to a Feed-based list for the user-generated posts. All of the user-generated posts including text posts are now visible in the POSTS section of <YourPosts/>
.