Issue Summary
The current implementation of our blog comment system imposes a 200-character limit when users post a new comment. However, when users utilize the edit feature to modify their comments, the character limit is not enforced. This inconsistency allows users to bypass the intended character restriction by editing their comments after the initial submission.
Steps to Reproduce
- Navigate to the blog section and post a new comment.
- Edit the posted comment.
- Add additional characters, exceeding the 200-character limit.
- Save the edited comment.
Expected Behavior: When editing a comment, the character limit of 200 characters should be enforced, similar to the initial comment posting feature.
Actual Behavior: The character limit is not enforced during comment editing, allowing comments to exceed 200 characters.

Issue Summary
The current implementation of our blog comment system imposes a 200-character limit when users post a new comment. However, when users utilize the edit feature to modify their comments, the character limit is not enforced. This inconsistency allows users to bypass the intended character restriction by editing their comments after the initial submission.
Steps to Reproduce
Expected Behavior: When editing a comment, the character limit of 200 characters should be enforced, similar to the initial comment posting feature.
Actual Behavior: The character limit is not enforced during comment editing, allowing comments to exceed 200 characters.