Skip to content

Commit

Permalink
feat: ✨ add context message to slack response
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Nov 12, 2024
1 parent d8840c9 commit fad9229
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ app.post('/slack/giffy', async (c) => {
image_url: url,
alt_text: text,
},
{
type: 'context',
elements: [
{
type: 'mrkdwn',
text: 'Posted using /giffy',
},
],
},
],
}),
});
Expand Down

0 comments on commit fad9229

Please sign in to comment.