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 idea: Rate limit helper #157

Open
Stjerneklar opened this issue Apr 7, 2016 · 1 comment
Open

Feature idea: Rate limit helper #157

Stjerneklar opened this issue Apr 7, 2016 · 1 comment

Comments

@Stjerneklar
Copy link

Functionality related to avoiding the annoyance of hitting the rate limit and having your message swallowed by robin.

My initial idea was to simply prevent the rate limit from being hit by making the enter key inactive for the time required by rate limit (6 seconds by my current test).

This would mean you just have to press enter again, and dont have to press up to get the last message first.

The next level of this feature could be detecting that an attempt to send has failed and then automaticaly sending the message once the time has elapsed.

It occurs to me that this might help spammers if it allowed them to stagger messages to be sent every time the rate limit is up, so i'd suggest only keeping one message. - solving the problem and not creating a big new one.

@ZeWaka
Copy link

ZeWaka commented Apr 7, 2016

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