Peter Podsklan
My feedback
-
33,137 votes
The engineering team is continuing to work on adding support for multiple accounts on desktop clients. We will first launch support for 1 work/school account and 1 personal account so users can enjoy Teams for work and personal side-by-side. Windows and MacOS. Support for multiple work accounts is still being worked on and will come at a later date.
You can track status via the roadmap here: https://www.microsoft.com/microsoft-365/roadmap?searchterms=68845.
Thanks!
Peter Podsklan supported this idea ·
-
2,773 votes
The feature team has this on their backlog officially now. We don’t have any timing to share at this point, but we will keep you posted.
Thanks,
Alex & the Teams teamPeter Podsklan supported this idea ·
-
204 votes
An error occurred while saving the comment Peter Podsklan supported this idea ·
-
14,778 votes
Thank you for your feedback! Our team is currently working on a significant update to add a broader and more diverse selection of emojis to Teams. We will share an update as soon as one is available.
The ability to add custom emojis and custom reactions is still under review, and we will share an update as soon as one is available.
An error occurred while saving the comment Peter Podsklan commented
Dear Santa,
this and Linux client, please!
Thank you!Peter Podsklan supported this idea ·
-
250 votes
An error occurred while saving the comment Peter Podsklan commented
Totally need this too, i. e. get mobile app notification when a new shift is assigned to me. Hope this will be done before StaffHub is shut down early October 2019.
Peter Podsklan supported this idea ·
working around this silly ommission using the following AHK script (works for me, extend as you please, obviously):
#f4::
SetTitleMatchMode, 2
DetectHiddenWindows on
IfWinExist, Meeting | Microsoft Teams
{
WinActivate
Send {LCtrl down}
Send {Shift down}
Send m
Send {LCtrl up}
Send {Shift up}
}
Return