FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Port: Set TeamsNotifyUser alert to opposite of alert_in_meeting by gandiddi · Pull Request #2185 · microsoft/botbuilder-python · GitHub

This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Port: Set TeamsNotifyUser alert to opposite of alert_in_meeting - #2185

Merged
tracyboehrer (tracyboehrer) merged 3 commits into
mainfrom
v-gandiddi/fixAlertInMeeting
Oct 30, 2024
Merged

Port: Set TeamsNotifyUser alert to opposite of alert_in_meeting#2185
tracyboehrer (tracyboehrer) merged 3 commits into
mainfrom
v-gandiddi/fixAlertInMeeting

Conversation

Copy link
Copy Markdown
Contributor

Fixes #223

Description

Porting changes from microsoft/botbuilder-dotnet#6136

The logic for teams_notify_user helper method is incorrect. It should set either alertInMeeting to true, or alert to true, but not both.

channel_data.notification = NotificationInfo(alert=True)
channel_data.notification.alert_in_meeting = alert_in_meeting

Specific Changes

  • Set TeamsNotifyUser alert to opposite of alert_in_meeting

Testing

The following image shows the related unit test passing.

gandiddi requested a review from a team as a code owner October 30, 2024 13:24
tracyboehrer (tracyboehrer) deleted the v-gandiddi/fixAlertInMeeting branch October 30, 2024 15:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL