Re-implement autorespond feature
#227 ouverte le 13 sept. 2021
Métriques du dépôt
- Stars
- (22 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
The autorespond feature was reverted due to it increasing the size of the settings panel interactive post past the limit that post.Props allows. The task here is to adjust the settings panel to accommodate for this restriction, and allow the autorespond feature to have its settings in the settings panel post.
PR that reverts the feature: https://github.com/mattermost/mattermost-plugin-mscalendar/pull/226
Also something that has come up in discussion is that the autorespond needs to make sure it's not going to respond to itself. This may happen when two users are both in a meeting and one sends the other a DM.
If we see that a user in a meeting is DM'd, and the DM is made by the bot, we should ignore the DM and not respond.