We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The matrix server oftentimes returns an error (M_LIMIT_EXCEEDED) when too many messages are sent at once.
M_LIMIT_EXCEEDED
We need to find a way around that. Message sending probably needs to be spread over time.
The text was updated successfully, but these errors were encountered:
For now, I removed the ratelimit for the bot user on the matrix server. (See the admin API documentation.)
Sorry, something went wrong.
No branches or pull requests
The matrix server oftentimes returns an error (
M_LIMIT_EXCEEDED
) when too many messages are sent at once.We need to find a way around that. Message sending probably needs to be spread over time.
The text was updated successfully, but these errors were encountered: