Skip to content
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

Comment APIs should return isOwner property #197

Closed
Sebastian-Webster opened this issue Oct 12, 2023 · 1 comment · Fixed by #198
Closed

Comment APIs should return isOwner property #197

Sebastian-Webster opened this issue Oct 12, 2023 · 1 comment · Fixed by #198
Assignees
Labels
enhancement New feature or request

Comments

@Sebastian-Webster
Copy link
Member

This way the frontend would know whether a comment is owned by the user requesting a comment or not.

@Sebastian-Webster Sebastian-Webster added the enhancement New feature or request label Oct 12, 2023
@Sebastian-Webster Sebastian-Webster self-assigned this Oct 12, 2023
@Sebastian-Webster
Copy link
Member Author

Sebastian-Webster commented Oct 12, 2023

APIs that need modifications for this to happen:

  1. temp/pollpostcomment - Done in 81248fe
  2. temp/pollpostcommentreply - Done in 0f8e8da
  3. temp/searchforpollcomments - Done in fceac7f
  4. temp/getsinglepollcomment - Done in 05a2b84
  5. temp/searchforpollcommentreplies - Done in 5ac16d3
  6. temp/imagepostcomment - Done in 43f01b8
  7. temp/imagepostcommentreply - Done in 1c0f51f
  8. temp/getimagepostcomments - Done in 023acf0
  9. temp/getsingleimagecomment - Done in fa374c7
  10. temp/searchforimagecommentreplies - Done in f5bcb0a
  11. temp/threadpostcomment - Done in 41f1d5d
  12. temp/threadpostcommentreply - Done in 9682769
  13. temp/searchforthreadcomments - Done in 588be14
  14. temp/getsinglethreadcomment - Done in c6b0967
  15. temp/searchforthreadcommentreplies - Done in b1410f8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant