botman / driver-botframework

BotMan Microsoft Bot Framework Driver
MIT License
9 stars 12 forks source link

fix issue that every message is seen has as message with attachment #22

Open prennings opened 1 year ago

prennings commented 1 year ago

With the v4.0 SDK, every message is also included as a html tag in tag "attachments" array item. Without this change no message from MS teams is seen as a normal message thus hears() will not work.