You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tenant id of a given MS Teams tenant is currently located in the legacy location of activity.channelData.tenant.id, but we expect it to be in activity.conversation.tenantId.
We need to handle BOTH possible locations until the MS Teams API is updated.
To Reproduce
Using teams, call adapter.createConversation.
An error will occur about missing tenant id.
The text was updated successfully, but these errors were encountered:
Versions
4.3
Describe the bug
The tenant id of a given MS Teams tenant is currently located in the legacy location of
activity.channelData.tenant.id
, but we expect it to be inactivity.conversation.tenantId
.We need to handle BOTH possible locations until the MS Teams API is updated.
To Reproduce
Using teams, call adapter.createConversation.
An error will occur about missing tenant id.
The text was updated successfully, but these errors were encountered: