When I click show context on a reply, I’d like to see the comment that they replied to, so I can remember what the fuck I was saying, but nothing happens, the page just refreshes. Is this a new bug? Maybe related to OP’s?
I ran across someone mentioning that comments are being duplicated: https://lemmy.world/comment/1887992
Again, I haven’t checked the API, not sure if this is backend data problem or lemmy-ui
yha, on 0.18.3 it seems to have changed behaior… on lemmy.ml it isn’t consistent.
Links to some comments don’t even work. I brought up an example on GitHub: https://github.com/LemmyNet/lemmy/issues/3754#issuecomment-1656176925
I haven’t looked at an API call to see if the data is there or is it a lemmy-ui presentation issue?
I saw someone confirming your problem: https://lemmy.ml/comment/2130121
Here is an odd behavior… if you view this link: https://lemmy.ml/comment/2119446
You will get 3 comments. The link on each of those 3 comments will be the same, you do not get the id number for their individual comments.
I haven’t seen this issue reported here yet, but it is a reported and tracked issue against lemmy-ui on github. It was introduced in version 0.18.3, which a lot of instances are just upgrading to (or have just upgraded to).
Here’s a link to the tracked issue: https://github.com/LemmyNet/lemmy-ui/issues/1999