Self explaining.
I think there is something missing in the OCS comments API documentation
Quick summary until I find some time to wrap that into the docs:
{
"ocs": {
"meta": {
"status": "ok",
"statuscode": 200,
"message": "OK"
},
"data": [
{
"id": "175",
"objectId": "12",
"message": "This is a comment with a mention to @alice",
"actorId": "admin",
"actorType": "users",
"actorDisplayName": "Administrator",
"creationDateTime": "2020-03-10T10:23:07+00:00",
"mentions": [
{
"mentionId": "alice",
"mentionType": "user",
"mentionDisplayName": "alice"
}
],
"replyTo": {
"id": "150",
"objectId": "12",
"message": "This is the parent cmment",
"actorId": "admin",
"actorType": "users",
"actorDisplayName": "Administrator",
"creationDateTime": "2020-03-10T10:23:07+00:00",
"mentions": [],
}
}
]
}
}
Are more than one level supported in general and in the web app?
No just one parent to keep this simple.
Thanks for adding those tasks. Please let me know in which version this will be fixed (I will shrink the Android support for replys to this version then to avoid synchronization errors)