OfficeDev / microsoft-teams-library-js

JavaScript library for use by Microsoft Teams apps
https://docs.microsoft.com/microsoftteams/platform/
Other
429 stars 196 forks source link

chat module is sending the message twice #2559

Open RichieMcCaff opened 2 hours ago

RichieMcCaff commented 2 hours ago

When using the functions from the chat module openChat/openGroupChat it will more often then not send the message input twice.

Something as simple as a button triggering this function:

chat.openChat({
      user: "test@test.com",
      message: "test
  })

Will result in the chat testtest

microsoft-github-policy-service[bot] commented 2 hours ago

Hi RichieMcCaff! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

sayali-MSFT commented 32 minutes ago

@RichieMcCaff- Thanks for reporting your issue. We will check this at our end and will get back to you.