mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-19 09:05:59 -04:00
bug: The rate limit of the createChannel event does not return "{ retry_after: xxx }" and gives an error. #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ZeuLeg on GitHub (Jun 28, 2025).
What happened?
When creating a role with a bot, if it hits the rate limit, it returns the message "{ retry_after: 6967 }". However, when creating a channel with a bot, if it hits the rate limit, it returns the message "TypeError: Cannot read properties of undefined (reading 'typingIds') ..."