mattermost-plugin-remind
mattermost-plugin-remind copied to clipboard
parse failed (quotes vs non-quotes issue)
-
/remind me to Use quotes on and at in and around every thing in 1 minute
To get around this situation, quotes can be used
-
/remind me" to Use quotes on and at in and around every thing" in 1 minute
Slack can parse it without quotes.
Slack really gets this right, but I haven't determined how their algorithm fully works. More work is needed in research of what slack does, and then determination on how we accomplish this for the plugin.
Slack really gets this right, but I haven't determined how their algorithm fully works. More work is needed in research of what slack does, and then determination on how we accomplish this for the plugin.
Maybe by parsing the last "in" in the line?