Skip to content

Commit c3d555d

Browse files
authored
updating conversation params (#490)
1 parent 8a9d72d commit c3d555d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libraries/botbuilder-core/botbuilder/core/bot_framework_adapter.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ async def create_conversation(
172172
)
173173

174174
# Create conversation
175-
parameters = ConversationParameters(bot=reference.bot)
175+
parameters = ConversationParameters(
176+
bot=reference.bot, members=[reference.user], is_group=False
177+
)
176178
client = await self.create_connector_client(reference.service_url)
177179

178180
# Mix in the tenant ID if specified. This is required for MS Teams.

0 commit comments

Comments
 (0)