You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
Hi all,
I have a thread like that:
Submission
|--Comment 1
---|--Comment 2
------|--Comment 3
If i have id of comment 3, how can i get the above ones. I know i can get parent recursively but i can't find property to distinguish between comment and submission. And do we have better way to do that ?
Tks
The text was updated successfully, but these errors were encountered:
Hi all,
I have a thread like that:
Submission
|--Comment 1
---|--Comment 2
------|--Comment 3
If i have id of comment 3, how can i get the above ones. I know i can get parent recursively but i can't find property to distinguish between comment and submission. And do we have better way to do that ?
Tks
The text was updated successfully, but these errors were encountered: