Hello team
I’m trying to submit a reponse to an specific post in a topic using the API, but there are something wrong when you see the post on browser. The post response dont show arrow and reply username on post info
The official doc it’s not very clear about how posting a response to an specific post
https://docs.discourse.org/#tag/Posts%2Fpaths%2F~1posts.json%2Fpost
It was reading this post https://meta.discourse.org/t/reply-to-a-specific-post-via-api/26275 I realize that we need to put ‘reply_to_post_number’:’#post number’ argument in payload of response.
Anyway, sending this argument you can really reply to a specific post and get this data via API, but when you go in browser, the post seem be a regular topic response (there are not arrow glyph showing who you respond).
You only can realize there are a response to post when you try to edit the post itself
Thank you for your help