Closed malexanderlim closed 4 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
The changes in the pull request primarily involve modifications to the microsoft_teams.app.mjs
file, enhancing the app's functionality and description. The app now supports both internal and external communications, expanding its usability. The logic for handling chat members has been improved by fetching the last 50 messages to accurately determine display names. A new method, getAuthenticatedUserTenant
, has been introduced to retrieve the authenticated user's tenant ID, aiding in distinguishing between internal and external members in chat options. Additionally, several action components have had their version numbers incremented without functional changes.
File | Change Summary |
---|---|
components/microsoft_teams/microsoft_teams.app.mjs | Updated app description to reflect support for internal and external communications. Enhanced logic for retrieving chat member display names and added getAuthenticatedUserTenant method. |
components/microsoft_teams/actions/create-channel/create-channel.mjs | Version updated from 0.0.6 to 0.0.7 . No functional changes. |
components/microsoft_teams/actions/list-channels/list-channels.mjs | Version updated from 0.0.6 to 0.0.7 . No functional changes. |
components/microsoft_teams/actions/list-shifts/list-shifts.mjs | Version updated from 0.0.3 to 0.0.4 . No functional changes. |
components/microsoft_teams/actions/send-channel-message/send-channel-message.mjs | Version updated from 0.0.6 to 0.0.7 . No functional changes. |
components/microsoft_teams/actions/send-chat-message/send-chat-message.mjs | Version updated from 0.0.6 to 0.0.7 . No functional changes. |
components/microsoft_teams/package.json | Version updated from 0.1.2 to 0.1.3 . No functional changes. |
components/microsoft_teams/sources/new-channel-message/new-channel-message.mjs | Version updated from 0.0.7 to 0.0.8 . No functional changes. |
components/microsoft_teams/sources/new-channel/new-channel.mjs | Version updated from 0.0.7 to 0.0.8 . No functional changes. |
components/microsoft_teams/sources/new-chat-message/new-chat-message.mjs | Version updated from 0.0.7 to 0.0.8 . No functional changes. |
components/microsoft_teams/sources/new-chat/new-chat.mjs | Version updated from 0.0.7 to 0.0.8 . No functional changes. |
components/microsoft_teams/sources/new-team-member/new-team-member.mjs | Version updated from 0.0.7 to 0.0.8 . No functional changes. |
components/microsoft_teams/sources/new-team/new-team.mjs | Version updated from 0.0.7 to 0.0.8 . No functional changes. |
🐇 In the realm of chats so bright,
We’ve opened doors, a wondrous sight!
With members near and far in view,
Our app now knows just what to do.
Fetching names from messages past,
A seamless chat, we’ll make it last! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Hi everyone, all test cases are passed! Ready for release!
WHY
Updating Chat prop for Microsoft Teams to include external users, and be able to label external users as such.
See example workflow here.
You can test on Microsoft Teams (web) if you don't have the app here: https://teams.microsoft.com/v2/
Please use the integrations@qk83.onmicrosoft.com account in 1Pass.
Summary by CodeRabbit
Summary by CodeRabbit