Wave-2024 / Wave

Open source social media application for android using Flutter and Dart .
GNU Affero General Public License v3.0
4 stars 0 forks source link

Implement Message Truncation in Chat for Long Messages #186

Closed Shruti-1910 closed 4 months ago

Shruti-1910 commented 4 months ago

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: