addCommentLocally method
void addCommentLocally(
- [[String] postID]
)
Method to add comment of a user and update comments using updated Post Stream.
params:
postID
: ID of the post to add comment locally
returns: None
Implementation
void addCommentLocally(String postID)
- talawa
- post_service
- PostService
- addCommentLocally method