-
-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a comment to a news feed entry fails #2190
Comments
@palisadoes I would like to work on this issue.. can you please assign it to me? |
Please solve other issues first. |
@Ayush0Chaudhary @noman2002 Currently I have no issue assigned. I would like to work upon this issue.. Can you please assign it to me? |
@palisadoes @noman2002, I've ensured that comments are being successfully added to the database. However, they aren't currently visible because the GraphQL client is using the query commentsByPost(id:$id), which is not present in the talwa-api. At this point, I have a couple of proposed solutions. Firstly, I can update the code to ensure that comments are added to the database. Then, when the talwa-api executes a GraphQL query, the comments will become visible. Alternatively, I can create an issue on talwa-api and address it myself. I've identified what needs to be added to talwa-api, and I can work on this issue sequentially to ensure a comprehensive resolution. Please provide guidance on which approach to take. |
@noman2002 @palisadoes Can you please confirm which way to proceed? |
@imshivam-gupta Create an issue on the api. and link this this issue over their. |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
I have already created a PR for this issue which is yet to be approved. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Actual behavior
Screenshots
Additional details
The text was updated successfully, but these errors were encountered: