Rocket.Chat icon indicating copy to clipboard operation
Rocket.Chat copied to clipboard

Bypass the limit on changing and deleting messages through the REST API.

Open shevchukma opened this issue 3 years ago • 0 comments

We have time limit in 10 minutes both for edit and delete messages. image

This is fine for users, but for our integrations where messages are sent from the bot role, we need to ignore these values. They must delete and modify their posts at any time.

I think that good solution for that problem could be creation of some new permission like Bypass time limits for edit and delete messages via REST API and assigning that permission to bot role. Rocket.Chat already have similar permission Bypass rate limit for REST API image

shevchukma avatar Dec 06 '22 12:12 shevchukma