Hello, I allow myself to reopen this thread. I’m using the API right now to convert some custom conversation system to discourse, and I’m struggling with the replies.
I use the /posts
API, with the reply_to_post_number
parameter and the post does not show as a reply at all. I’ve checked that the reply_to_post_number
matches the post_number of the post above, to no avail.
I’ve tried reverse engineering the API, tried adding nested_post
to the request as this was the main difference between my call and the one in the interface, but the result is still the same…
Note that the post created through the API does have the reply_to_post_number
correctly set. It just doesn’t show up as such on the interface…
Thanks for any lead !