mattermost-community / mattermost-plugin-welcomebot

Apache License 2.0
64 stars 41 forks source link

[MM-128]: Added functionality to add user to all public channel in the team at once #133

Open Kshitij-Katiyar opened 2 months ago

Kshitij-Katiyar commented 2 months ago

Summary

Added functionality to add users to all the team's public channels at once. This can be achieved by adding * to ChannelsAddedTo in the config.json(as described in readme)

Ticket Link

Fixes #128

What to test

1) Update the config.json file by updating the value '*' in ChannelsAddedTo Field. 2) Add a new user to the team and he should be added to all the public channels of that team.