-
-
Notifications
You must be signed in to change notification settings - Fork 880
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
Provide comment view under /comment/123
#1919
Comments
We don't currently have a Two options:
|
Serverside comment trees are probably still some time away, right? So a simple GetComment endpoint seems like a good solution for now. |
Yeah I could do that without too much difficulty. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This address is linked when a Lemmy comment is shown in other software, eg Mastodon or Pleroma. At the moment, clicking on it will lead to a 404 page. We should provide a comment view under that address, or at least a redirect to the existing
/post/123/comment/123
url.See #1912 for details.
The text was updated successfully, but these errors were encountered: