finos / spring-bot

Spring Boot + Java Integration for Symphony/Teams Chat Platform Bots and Apps
https://springbot.finos.org
Apache License 2.0
60 stars 35 forks source link

ChatButton appear on Personal IM Chat, even if rooms filter apply #275

Open sureshrupnar opened 2 years ago

sureshrupnar commented 2 years ago

Even if we specify rooms list in @ChatButton, the button has appear on personal IM room.

e.g.: @ChatButton(value = Hello.class, buttonText = "Config", showWhen = WorkMode.EDIT, rooms = { "test_room" })