Describe the bug
As a participant, if I go to a page with Comments (as Proposal), and I reply to the reply of a reply of a reply then I have an error.
To Reproduce
- Sign in as a participant
- Go to a proposal page
- Reply a comments' reply
- Reply to your reply
- Reply to the last reply
- See the error
Expected behavior
I should not have the option for replying in the last depth
Screenshots

Stacktrace
No response
Extra data
- Decidim Version: 0.30.0.dev
- Decidim installation: Nightly
Additional context
This is probably passing the MAX_DEPTH variable in the comments:
This was probably introduced on #13205
We should add a spec for this too
Describe the bug
As a participant, if I go to a page with Comments (as Proposal), and I reply to the reply of a reply of a reply then I have an error.
To Reproduce
Expected behavior
I should not have the option for replying in the last depth
Screenshots
Stacktrace
No response
Extra data
Additional context
This is probably passing the MAX_DEPTH variable in the comments:
decidim/decidim-comments/app/models/decidim/comments/comment.rb
Line 28 in 0a721a7
This was probably introduced on #13205
We should add a spec for this too