-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.
Description
Version
4.23.1
Describe the bug
When receiving an activity e.g. in a messaging extension in the bot with TurnContext, there used to be an indicator if the activity is in a named group chat or in a one-on-one chat.
This is what the context looks like:
The "isGroup" flag used to indicate wether it's a group chat or a one-on-one chat. Recently, this flag is always true, even for one-on-one chats.
To Reproduce
- Trigger a messaging extension or similar in a one-on-one chat.
- Receive the bot turn in backend.
- Inspect the turn context received.
Expected behavior
The "isGroup" flag should be false for one-on-one chats
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.