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

Feature Request: Instead of truncating, send the message in batches. #198

Open
KoxSosen opened this issue Aug 22, 2023 · 1 comment
Open
Labels

Comments

@KoxSosen
Copy link

KoxSosen commented Aug 22, 2023

I did some testing regarding #196 . The feature added in the PR seems to work, however from a users perspective truncating the message means that they lose everything after hitting the limit. This isn't ideal in case of discussions with regular messages exceeding the limit, as their writer loses all text with no way of getting it back.

My proposed solution, would be to instead, that for each time the limit is hit, create a new message, and send it in batches. For this feature, a configuration option with a delay would be appreciated, to avoid hitting possible rate limits set by the server because of sending way too many messages under a short period of time.

@superlou
Copy link

Sometimes on other clients when trying to respond quickly with a link to the perfect image in a fast-moving conversation, I've accidentally copy/pasted a base64 image instead of an image source URL. I then rightfully get kicked for flooding. If an excessively long message is entered, would it make sense to warn the user so they need to press enter twice or some mechanism? Maybe that's best as a separate feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants