Forum Discussion
Marc Jordana Reist
Feb 04, 2020Brass Contributor
Change tabs sort in Teams app manifest for personal tabs
Hello there, We are developing an application for Teams that has both a Web App tab and a Bot tab, both within a personal tab scope. We have tried many things but we can't find the way to rea...
- Jan 21, 2022Now it's possible since the schema version 1.7. https://docs.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/create-personal-tab?tabs=nodejs#reorder-static-personal-tabs. Add a new static tab where you need it and make sure the entityId is "conversations":
{
"staticTabs":[
{
},
{
"entityId":"conversations",
"scopes":[
"personal"
]
}
]
}
Marc Jordana Reist
Brass Contributor
Gousia_Begum Thank you for your response. Are there any plans to change this limitation?
In the other hand, what we are trying to achieve is to show some kind of notification when the app content is updated, even when the app context is closed. More or less the same notification when you receive a chat message in Teams from another user. Is there any other way to do this without a proactive bot?
Thank you!
Marc Jordana
marwaultatel
Jun 02, 2020Copper Contributor
Hi ,
I confirm this feature is needed , thanks
I confirm this feature is needed , thanks