We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a21401 commit 7f54b35Copy full SHA for 7f54b35
libraries/botbuilder-core/botbuilder/core/bot_framework_adapter.py
@@ -462,7 +462,7 @@ async def process_activity_with_identity(
462
# activities = [Activity().deserialize(activity) for activity in response.body]
463
if context.activity.delivery_mode == DeliveryModes.expect_replies:
464
serialized_activities = [
465
- activity.serialize() for activity in context.buffered_reply_activties
+ activity.serialize() for activity in context.buffered_reply_activities
466
]
467
return InvokeResponse(status=200, body=serialized_activities)
468
0 commit comments