cvitter / mattermost-standup-slash

Flask adaptation of George Goldberg's AWS Lambda based Standup Slash command: https://grundleborg.github.io/posts/mattermost-custom-slash-command-aws-lambda/
MIT License
7 stars 1 forks source link

Include Channel name in the dated # #3

Closed howaminotme closed 6 years ago

howaminotme commented 6 years ago

Currently the #standup that is returned will query for all standups across all channels.

It would be great if we could narrow the focus to the Channel that the standup was posted in.

IE: "#standup-08_10_2018_TownSquare"

This would make the dated # show you only that Channels daily standups when clicked.

I am happy to tackle this if you can advise on how i could extract that info from the incoming request.

howaminotme commented 6 years ago

I actually figured this out - Apologies for the noise. Ill open a PR