mattermost/mattermost-plugin-mscalendar
Handle changes in the SiteURL on Subscriptions
Ouverte
#68 ouverte le 31 mars 2020
Difficulty/1:EasyHacktoberfestHelp WantedTech/GoType/EnhancementUp For Grabs
Métriques du dépôt
- Stars
- (22 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
When we create a subscription, we configure the subscription to use the notification API endpoint as the webhook on MSCalendar side. If there is any change on the SiteURL, all the active subscriptions will stop working since the endpoint would have changed, but MSCalendar would still be sending the notifications to the old one.
One change proposal would be that if there is a change on the SiteURL, traverse all the subscriptions and update them with the correct endpoint.