-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
block typing if max length exceeded #3362
Comments
Just so you know, when I exceeded the 2000-character limit, the number of remaining characters went below the zero |
This can easily be reproduce with pasting rather than typing. Paste 3000, get -1000 left and free typing, until something happens to min integer being -2^31 😁 *why can't I figure out such things on a slot machine or cash dispenser? * Edit: @mcginty you might want to re-un-jank character count indicators 😉 |
closing in favor of #5146 |
When typing a really long message, textsecure used to block the typing when I reached the max length limit. It just happened to me that I exceeded that limit (without noticing) and sent a message that was automatically trimmed while being sent. Please notify the user that the message will be trimmed, or prevent the typing in the first place.
Don't know in which version this problem arose
The text was updated successfully, but these errors were encountered: