scottleedavis / mattermost-plugin-remind

a mattermost plugin that sets reminders for users and channels.
Apache License 2.0
186 stars 44 forks source link

parse failed (quotes vs non-quotes issue) #59

Open scottleedavis opened 5 years ago

scottleedavis commented 5 years ago

To get around this situation, quotes can be used

Slack can parse it without quotes.

scottleedavis commented 4 years ago

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.

DDorch commented 2 years ago

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?