I’ve noticed there was a fix to discourse almost a month ago where you can’t create a PM on an existing topic anymore. I never knew this was the issue at all. But it seems this fix “broke” the ability to reply to PM messages through the API.
The response from the discourse server contains the following error: [“Sorry, you can’t create a PM on an existing topic.”].
We are sending the following (example):
url: /posts
json: {
raw: "message goes here",
topic_id: 31,
archetype: "private_message"
}
Can anyone help me fix this issue? Is there another way to reply to PM?
Thank you.