rajivrnair / upsource-slack-api-adapter

Simple adapter to transform Upsource's webhook to Slack's format.
Do What The F*ck You Want To Public License
13 stars 12 forks source link

remove dependency from Maybe, do not autoprefix with #, but default t… #8

Closed grzegorznowak closed 7 years ago

grzegorznowak commented 7 years ago

…o it if neither # nor @ is present for channel name.

Hey @rajivrnair , I've tweaked the logic to allow for private channels and personal messaging. That Maybe is removed too.

Need to update Readme with the new feature, will do when I have some time

grzegorznowak commented 7 years ago

hey @rajivrnair have updated readme already. Please note I've removed comment from sample json file, as if you forget to remove it after copying it willl error out on npm start, leaving you thinking something's broken with the app itself (afterall you did all you were asked for in README).