* First pass: Unfurling of Slack links * Add authentication in db * Call associate on Event correctly * Add SLACK_APP_ID, remove SLACK_REDIRECT_URI, tidy env sample * PR feedback * Comment clarify
8 lines
83 B
JavaScript
8 lines
83 B
JavaScript
// @flow
|
|
const Slack = {
|
|
id: 'slack',
|
|
name: 'Slack',
|
|
};
|
|
|
|
export default Slack;
|