You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #5200 the rate limit on sendMessage got lifted for bots. However, if a bot wants to send a lot of direct messages at the same time it also needs createDirectMessage to not have a rate limit (the Hubot adapter for instance uses createDirectMessage to find the correct room).
The text was updated successfully, but these errors were encountered:
Rocket.Chat Version: 0.55.1
Running Instances: 1
DB Replicaset OpLog: Disabled
Node Version: v4.8.0
In #5200 the rate limit on
sendMessage
got lifted for bots. However, if a bot wants to send a lot of direct messages at the same time it also needscreateDirectMessage
to not have a rate limit (the Hubot adapter for instance usescreateDirectMessage
to find the correct room).The text was updated successfully, but these errors were encountered: