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 teams chat message send command currently implements a getAllChats function to call the microsoft graph to get all chats. This should be refactored so that it uses the new odata.getAllItems utility function.
the
teams chat message sendcommand currently implements agetAllChatsfunction to call the microsoft graph to get all chats. This should be refactored so that it uses the newodata.getAllItemsutility function.