mattermost-community / mattermost-plugin-aws-SNS

Plugin that receives SNS notification from Alerts created by AWS CloudWatch and sent via AWS SNS
Apache License 2.0
21 stars 22 forks source link

Config updates should be processed in OnConfigurationChange #77

Open mickmister opened 1 year ago

mickmister commented 1 year ago

At the moment, all of the config processing logic is done in OnActivate. It should also be handled in OnConfigurationChange in case the admin changes settings while the plugin is running.

_Originally posted by @mickmister in https://github.com/mattermost/mattermost-plugin-aws-SNS/pull/75#discussion_r1151168249_