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
corobo needs to check it has sufficient permission to ban in each of those gitter rooms. We've found the gitter permission system to be quite convoluted, as it has a mix of GitHub and Gitter permissions. Also it is easy to create a new room and forget to set up the permissions so that the bot is able to operate correctly, such as activating a ban if required.
The check might be part of the bot , if there is a delayed job. We wouldnt want this check running every startup, and not on developer builds. Another approach would be to have a script that can be run by a cron job to detect the bot has sufficient rights.
The text was updated successfully, but these errors were encountered:
Very closely related to #412 and #462 ...
corobo needs to check it has sufficient permission to ban in each of those gitter rooms. We've found the gitter permission system to be quite convoluted, as it has a mix of GitHub and Gitter permissions. Also it is easy to create a new room and forget to set up the permissions so that the bot is able to operate correctly, such as activating a ban if required.
The check might be part of the bot , if there is a delayed job. We wouldnt want this check running every startup, and not on developer builds. Another approach would be to have a script that can be run by a cron job to detect the bot has sufficient rights.
The text was updated successfully, but these errors were encountered: