mattermost / mattermost-plugin-zoom

Zoom plugin for Mattermost :electric_plug:
Apache License 2.0
107 stars 68 forks source link

[GH-373]: Fixed the issue of zoom plugin sending confirmation although meeting started in last 30 seconds have ended #390

Open Kshitij-Katiyar opened 1 month ago

Kshitij-Katiyar commented 1 month ago

Summary

The Zoom plugin had an issue where if a meeting link was posted in a channel within the last 30 seconds, the Zoom plugin would send a reminder post that a meeting link had been posted in the channel, regardless of whether the meeting had ended or not. This PR fixes the issue of reminder posts being sent even though the meeting has ended. Requisite: The webhook needs to be set up and working properly.

Issues

Fixes #373

What to test

-Set up the Zoom plugin and the webhook.

Existing
Fixed