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

ChatRequest is visible in all rooms even if restricted with "rooms" attribute of @ChatRequesrt #262

Closed sureshrupnar closed 2 years ago

sureshrupnar commented 2 years ago

Bug Report

Steps to Reproduce:

If you annotate ChatRequest and mention rooms, then this request is seen all rooms.

Expected Result:

If you annotate ChatRequest and mention rooms, then this request should be displayed only in mentioned rooms.

Actual Result:

Currently ChatRequest action is visible in all rooms, ignoring rooms parameter.

Environment:

...version and build of the project, OS and runtime versions, virtualised environment (if any), etc. ...

Additional Context:

...add any other context about the problem here. If applicable, add screenshots to help explain...