Description
Describe the bug
Basically when I added bot in first channel it is created but when I created in second channel and try to added in second but not be created but able to get welcome messed in case of first channel creation. I try with permutation but nothing works! not able to add bot in second teams channel not getting welcome in second, third channel but getting in first channel.
To Reproduce
Follow the step-by-step guide to build Teams notification bot.
Steps to reproduce the behavior:
- Go to 'Debug'
- Click on 'Debug in Teams (Edge) '
- set up bot to second channel
- Not Work :((
Expected behavior
This is my test teams
When i add bot to team channel : "testadd_3_1" , It worked !, information channel "testadd_3_1" will be added to file ".notification.localstore.json"
so that i can send notification to this channel
But when i bot to second channel ( "testadd_3_2") in the same Teams, it's not worked ! , information channel "testadd_3_2" not be added to file ".notification.localstore.json" , the third channel ("testadd_3_3") in the same Teams ,That 's too :((
Nothing 's added to file ".notification.localstore.json" , so that i just only send to notification to "testadd_3_1" channel , "testadd_3_2" channel is not receivced notification :((
But when i add bot to another first channel Teams ("testadd_4_1") , it's worked , information channel "testadd_4_1" will be added to file ".notification.localstore.json"
so that i can send notification to "testadd_4_1" channel and "testadd_3_1" channel
Like a above , i can't add bot to channel second channel ( "testadd_4_2") and ("testadd_4_3") channel in the same Teams ,either :((