Open
Description
If you navigate to a tab using a link from one tab, the latest teams client does not give you the new context.
Teams build numbers:
Meaning, microsoftTeams.getContext()
started returning the context from the previous tab/application.
This break deep link navigation completely, as the tab being loaded gets another tab's context.
This is only happening in the very latest build of teams (see the version numbers above).
Example to be clearer:
Personal App calls
executeDeepLink(...here comes the deep link to some team tab....)
Some Teams tab:
getContext(....) ===> returns now the context for the person tab, not this team tab ?????
If you reload the teams tab, the correct (teams tab) context is passed.