NeeluGeorge
NeeluGeorge
@tracyboehrer 'apply_conversation_reference' is using reference.activity_id But TurnContext.get_conversation_reference(self.activity) called before this will map reference.activity_id with the original activity's id field. Here we are passing **self.activity** in TurnContext.get_conversation_reference(self.activity) , not the activity...
> @NeeluGeorge reference.activity_id should be TurnContext.activity.id. That happens in get_conversation_reference. But, Pythons get_conversation_reference is outdated, and that assignment should be conditional, which I will update. So doing this could potentially...