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

Add warning for chat messages too long in docs #13

Open
double-fault opened this issue Feb 28, 2019 · 3 comments
Open

Add warning for chat messages too long in docs #13

double-fault opened this issue Feb 28, 2019 · 3 comments
Milestone

Comments

@double-fault
Copy link
Member

Add a warning to the docs to alert the user that long chat messages will automatically be ignored, without an error (that's what CE does).

@tripleee
Copy link
Collaborator

How long are messages which are too long?

@double-fault
Copy link
Member Author

@tripleee Looks like it is 500 characters. Multi-line messages don't have a character limit, so you have to manually disable the length_check option.

@jdd-software
Copy link
Member

Also Tuna is using 500, this is the code he used (instead of warning it split the message into multiple messages) https://github.com/SOBotics/chatexchange/blob/develop/src/main/java/org/sobotics/chatexchange/chat/Room.java#L262

@double-fault double-fault added this to the Version 1 milestone Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants