Unable to implode rooms which are part of a teams, This used to work earlier and we have used it. But now it seems to fail with the following error in the log
Potentially unhandled rejection [1] Error: Can not implode a 1:1 or Team room
Steps to Reproduce:
- Create a team
- Create a space for that team
- invoke implode from that space
framework.hears('/implode', function(bot, trigger) {
bot.implode();
});