Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Message Truncation in Chat for Long Messages #186

Closed
Shruti-1910 opened this issue Jun 19, 2024 · 0 comments
Closed

Implement Message Truncation in Chat for Long Messages #186

Shruti-1910 opened this issue Jun 19, 2024 · 0 comments
Assignees

Comments

@Shruti-1910
Copy link
Collaborator

Shruti-1910 commented Jun 19, 2024

Description:

Currently, messages longer than 1000 characters can be sent without any restriction in chats. This can lead to a poor user experience as excessively long messages disrupt the readability of the chat interface. To enhance user interaction and readability, the app should enforce a maximum message length of 1000 characters.

Expected Behavior:

  • Users should be restricted from sending messages that exceed 1000 characters in length.
  • Implement validation to notify users when attempting to send messages longer than the maximum allowed character limit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants