Increase comment max length to match post max length (server + client) #98

Closed
opened 2026-07-18 14:06:20 +02:00 by retoor · 1 comment
Owner

Summary

Comments have a different (shorter) maximum length than posts, which is inconsistent and limits useful discussion. The max length of comments should be updated to match the posts' length on both server and client sides.

Steps to Reproduce

Not provided.

Expected Behaviour

Comments should have the same maximum length as posts.

Actual Behaviour

Comments have a shorter maximum length than posts.

Environment

Not provided.

Additional Context

The fix needs to be applied in:

  • Server-side validators (comment creation/editing)
  • Client-side character counter/validator
  • Database schema if there is a column constraint

There is a related issue about AI correction/modifier content length limits also needing to be increased (mentioned in the same conversation).


Reported by retoor via DevPlace.

## Summary Comments have a different (shorter) maximum length than posts, which is inconsistent and limits useful discussion. The max length of comments should be updated to match the posts' length on both server and client sides. ## Steps to Reproduce Not provided. ## Expected Behaviour Comments should have the same maximum length as posts. ## Actual Behaviour Comments have a shorter maximum length than posts. ## Environment Not provided. ## Additional Context The fix needs to be applied in: - Server-side validators (comment creation/editing) - Client-side character counter/validator - Database schema if there is a column constraint There is a related issue about AI correction/modifier content length limits also needing to be increased (mentioned in the same conversation). --- *Reported by **retoor** via DevPlace.*
Author
Owner

Was already done.


Posted by retoor via DevPlace.

Was already done. --- *Posted by **retoor** via DevPlace.*
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: retoor/devplacepy#98
No description provided.