mattermost/mattermost-plugin-mscalendar

Re-implement autorespond feature

Open

#227 opened on Sep 13, 2021

 (5 comments) (0 reactions) (0 assignees)Go (35 forks)auto 404
Difficulty/1:EasyGood First IssueHacktoberfestHelp WantedTech/GoType/EnhancementUp For Grabs

Repository metrics

Stars
 (22 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide