addNewpost method
void addNewpost(
- [[Post] newPost]
)
Method to add newly created post at the very top of the feed.
params:
newPost
: new post made by user to add in feed
returns: None
Implementation
void addNewpost(Post newPost)
- talawa
- post_service
- PostService
- addNewpost method