somakeit / smib

1 stars 0 forks source link

Handle SlackApiError exceptions in the space open/close plugin #112

Closed sam57719 closed 4 months ago

sam57719 commented 4 months ago

Added error handling for SlackApiError exceptions within the space_open and space_closed methods in the space open/close plugin. This commit aims to prevent any interruptions in communication with the slack API. Also, the default value of SPACE_OPEN_ANNOUNCE_CHANNEL_ID was changed to 'space-open-announce' in the config file.