ryanvolum / offline-directline

Unofficial package to emulate the bot framework connector locally.
https://www.npmjs.com/package/offline-directline
78 stars 44 forks source link

Include 'from' in conversationUpdate activities. #29

Closed Identifier closed 6 years ago

Identifier commented 6 years ago

Some downstream components (e.g. Bot Framework's ConversationState and UserState stores) rely on all activities having a 'from' object.

ryanvolum commented 6 years ago

Went ahead and merged it in. Will review matt's PR and cut a new package this afternoon or tomorrow.